Class
ChartDataset
Description
The common super class for ChartCircularDataset, ChartLinearDataset and ChartScatterDataset classes.
Properties
Name |
Type |
Read-Only |
Shared |
---|---|---|---|
Property descriptions
ChartDataset.AllowInteraction
AllowInteraction As Boolean
ChartDataset.AllowPopover
AllowPopover As Boolean
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.IsLegendVisible
IsLegendVisible As Boolean
ChartDataset.IsVisible
IsVisible As Boolean
If True, the data will be drawn in the chart.
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
Project Types |
Desktop, Mobile, Web |
Operating Systems |
iOS, Linux, macOS, Windows |
See also
ChartData parent class; ChartCircularDataset, ChartLinearDataset and ChartScatterDataset classes.