DataSet

The DataSet contains a collection of data for a chart.

Properties:

ID

Type: String

Description: The id of this dataset.

 

Color

Type: String

Description: The string color of this dataset.  Can use one of the standard HTML color names or #xxxxxx notation.

 

Label

Type: String

Description: The label to use for this dataset in the legend.

 

Size

Type: Integer

Description: Number of elements in this dataset.

 

PenWidth

Type: Integer

Description: The width of the line to draw for this dataset.

 

Data(index)

Type: Real

Description: The data value at the specified index.

 

DataColor(index)

Type: String

Description: Color of the specified data point.

Methods:

IsValidData(index)

index: Integer

Returns: Boolean

 

Description: Returns True if the data at the specified index is valid.