Hide Comments
Hide Comments

TRSEQChartValues.GetAxisMinimum(Integer) Method

Comments (0)

Returns the minimum value in the collection for the specified dimension.

Namespace: FMX.RS.Charts

expandingSyntax

Delphi

public 
  function GetAxisMinimum(Dimension: Integer): Double; override; 
 

Parameters

Dimension

Type: Integer

Return Value

Type: Double

Overrides

TRSChartValues.GetAxisMinimum(Integer)
 

expandingRemarks

Unlike the  MinValues property, the GetAxisMinimum function returns the axis minimum adjusted for any possible orientation of the collection's owning chart. For example, the TRSBarChartValues collection returns the X dimension when Dimension=0 and the Orientation is horizontal and the Y dimension when the Orientation is vertical. This allows the TRSChartAxis to determine its Minimum and Maximum properly even if the bar chart has its orientation changed.

expandingSee Also

Comments (0)

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