WebChartScatterDataset.ChartTypes

From Xojo Documentation

Enumeration
WebChartScatterDataset.ChartTypes

New in 2020r1

The various types of charts that can represent the data in the dataset.

Values

Enum Description
Bubble A chart made up of circles allowing the representation of three dimensions of data.
Default A Scatter chart. As default, this type will be chosen if you don't choose one.
Scatter A chart that uses Cartesian coordinates to display values for typically two variables for a set of data.

Compatibility

Web projects on Linux, macOS and Windows operating systems.

See Also

ChartType property.