Class
ChartDataset
Description
The common super class for ChartCircularDataset, ChartLinearDataset and ChartScatterDataset classes.
Property descriptions
ChartDataset.DataColor
DataColor As ColorGroup
The color to be used when drawing the graphics in the chart that represent the dataset.
ChartDataset.Fill
Fill As Boolean
If True, the graphical object in the chart that represents the data will be filled in with a color.
ChartDataset.Label
Label As String
The label that will appear in the chart with the graphics that represent the dataset.
ChartDataset.Tag
Tag As Variant
A place to store data associated with the dataset.
Compatibility
Desktop, Mobile and Web projects on all supported operating systems.
See also
ChartData parent class; ChartCircularDataset, ChartLinearDataset and ChartScatterDataset classes.