TChartAxis.AxisValuesFormat
TChartAxis
property AxisValuesFormat: String;
Unit
TeEngine
Description
Default Value: '#,##0.###'
The AxisValuesFormat specifies the desired formatting string to be applied to Axis Labels.
It has effect when Axis associated Series have their TChartSeries.XValues.TChartValueList.DateTime or TChartSeries.YValues.DateTime property set to False.
For DateTime Axis labels use the TChartAxis.TChartAxis.DateTimeFormat property.