Hide Comments
Hide Comments

TRSHighLowAverageChartValues.GetAxisMaximum(Integer) Method

Comments (0)

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

Namespace: FMX.RS.BarCharts

expandingSyntax

Delphi

public 
  function GetAxisMaximum(Dimension: Integer): TRSChartValueType; override; 
 

Parameters

Dimension

Type: Integer

Return Value

Type: TRSChartValueType

Overrides

TRSSparseBarChartValues.GetAxisMaximum(Integer)
 

expandingRemarks

Unlike the  MaxValues property, the GetAxisMaximum function returns the axis maximum 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