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