WebChartLinearDataset.ChartTypes
From Xojo Documentation
Enumeration
The various types of charts that can represent the data in the dataset.
Values
Enum | Description |
---|---|
Bar | A chart made up of bars the height of each represents a data point in the dataset. |
Default | A Bar chart. As default, this type will be chosen if you don't choose one. |
Line | A chart made up of connected lines that represent each data point in the dataset. |
Compatibility
Web projects on Linux, macOS and Windows operating systems.
See Also
ChartType property.