Class
WebChartDataset
Warning
This class was deprecated in version 2023r1. Please use ChartDataset as a replacement.
Description
The common super class for WebChartCircularDataset, WebChartLinearDataset and WebChartScatterDataset classes.
Properties
Name |
Type |
Read-Only |
Shared |
---|---|---|---|
Property descriptions
WebChartDataset.Fill
Fill As Boolean
If True, the graphical object in the chart that represents the data will be filled in with a color.
WebChartDataset.Label
Label As String
The label that will appear in the chart with the graphics that represent the dataset.
WebChartDataset.Tag
Tag As Variant
A place to store data associated with the dataset.
Compatibility
Web projects on all supported operating systems.
See also
ChartData parent class; WebChartCircularDataset, WebChartLinearDataset and WebChartScatterDataset classes.