Returns the summation of the values for every dimension of the TRSChartValues in the chart. Use the DimensionCount property to determine the number of dimensions in the chart value collection. This property is part of the metadata that the collection tracks about the chart values.
A chart value, depending on the chart type, can contain 1 or more dimensional values that define the chart value. For example, each chart value in a bar chart contains 1 value (defining the height of the bar), line chart values contains 2 dimensions: X and Y, and shape chart values contain 4 dimensions: X, Y, Width, and Height. See the Values and ValueCount properties of the TRSChartValue item for more information.
Namespace: FMX.RS.ChartPanel
Delphi |
public |
Parameters
Index
Type: Integer
Type: TRSChartValueType
The following example displays the metadata for a chart in a memo:
|