Defines the collection of all points or values in a chart. A chart is made up of a collection of values ( FMX.RS.ChartPanel.TRSChartValue ), where each TRSChartValue descendant defines the information for one point, one pie slice, one shape, etc for the chart.
The TRSChartValue class defines the base value class and common properties to all values, including Caption, Color, and Values. The FMX.RS.ChartPanel.TRSChartValues collection defines the base collection class and common properties to all collection of values, such as DimensionCount, MaxValues, and MinValues.
Note |
---|
Note that the TRSChartValues collection provides built-in support for limiting the number of values in the collection (using the Limit property). |
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Property Value
Type: TRSChartValues
The following example modifies the appearance of an area chart.
|