Returns the maximum value in the collection for the specified dimension.
Namespace: FMX.RS.BarCharts
Delphi |
public |
Parameters
Dimension
Type: Integer
Type: TRSChartValueType
TRSBarChartValues.GetAxisMaximum(Integer)
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. |