SparkChart Class Methods

In this section, the SparkChart class methods are presented in alphabetical order.

Syntax

SetSparkChartItems(&Array_of_ChartItems)

Description

Use the SetSparkChartItems method to set one or more items for the spark chart.

Parameters

Field or Control

Definition

&Array_of_ChartItems

Specify an already instantiated array of SparkChartItem objects as the items for this spark chart.

Returns

None.

Example

&aS.SetSparkChartItems(CreateArray(&aS1, &aS2, &aS3, &aS4, &aS5, &aS6, &aS7, &aS8, &aS9));