Class

ChartDataset


Description

The common super class for ChartCircularDataset, ChartLinearDataset and ChartScatterDataset classes.

Property descriptions


ChartDataset.AllowInteraction

AllowInteraction As Boolean

When True legends can be interacted with and clicking on one raises the Pressed event. The default is True.

Important

This property is currently only supported for Desktop, iOS and Web projects.


ChartDataset.AllowPopover

AllowPopover As Boolean

When True, the associated dataset will display the Popover when the mouse is over any of its datapoints/area. The default is True.

Important

This property is currently only supported for Desktop, iOS and Web projects.


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

When True the legend is drawn on the chart. The default is True.

Important

This property is currently only supported for Desktop, iOS and Web projects.


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