Class

ChartDataset


Description

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

Properties

Name

Type

Read-Only

Shared

DataColor

Color

Fill

Boolean

Label

String

Tag

Variant

Property descriptions


ChartDataset.DataColor

DataColor As Color

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.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

Desktop, Mobile and Web projects on all supported operating systems.