Specifies the minimum amount, in chart axis values, that the major grid marks and their labels should use. This value is usually 0 to let the chart axis choose the stepping increment. For example, if the chart axis would choose an increment of 10, e.g., 0, 10, 20, 30, etc, for the major grid, by setting this property to 25 you would force the stepping increment to be 0, 25, 50, etc. Note that setting this property to 5 would have no effect on the stepping increment in the above case.
Namespace: FMX.RS.ChartPanel
Delphi |
published |
Property Value
Type: TRSChartValueType
The following code sets up an axis for a temperature: Delphi |
begin |