TRSHighLowAverageChartValues.SetMetaData(TValueMetaData,TRSChartValue,Integer) Method |
Scroll Prev Top Next More |
Sets the metadata (min, max, sum, etc) by using the TRSChartValue.Values property. The Dimension parameter specifies the dimension to use in the Values property. This method is called by the CalculateMetaData method when it finds a value "better" than the current metadata value (e.g., less than current minimum)
Notes to Inheritors |
---|
This method is often overridden when you need to override the GetValueDimMinimum and GetValueDimMaximum methods. |
Namespace: FMX.RS.BarCharts
Delphi |
protected |
Parameters
MetaData
Type: TValueMetaData
Value
Type: TRSChartValue
Dimension
Type: Integer
TRSChartValues.SetMetaData(TValueMetaData,TRSChartValue,Integer)