Hide Comments
Hide Comments

TRSShapeChartValues.SetMetaData(TValueMetaData,TRSChartValue,Integer) Method

Comments (0)

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)

alert_noteNotes to Inheritors

This method is often overridden when you need to override the    GetValueDimMinimum and    GetValueDimMaximum methods.

Namespace: RSCharts

expandingSyntax

Delphi

protected
  procedure SetMetaData(MetaData: TValueMetaData; Value: TRSChartValue;
  Dimension: Integer); override;
 

Parameters

MetaData

Type: TValueMetaData

Value

Type: TRSChartValue

Dimension

Type: Integer

Overrides

TRSChartValues.SetMetaData(TValueMetaData,TRSChartValue,Integer)
 

expandingSee Also

Comments (0)

RiverSoftAVG Charting Component Suite (RCCS) © 2005-2015, Thomas G. Grubb