Lists the values in the chart. Use Items to access individual value in the collection. The value of the Index parameter corresponds to the Index property of FMX.RS.ChartPanel.TRSChartValue . It represents the position of the value in the collection.
The Items property is the default property for the class. You can access this property with the abbreviation Values[index], which is equivalent to Values.Items[index].
Namespace: FMX.RS.BarCharts
Delphi |
public |
Parameters
Index
Type: Integer
Type: TRSBarChartValue
The following example creates a string list displaying the captions and values for all the values in the chart.
|