TCustomAxisPanel.BottomAxis

TCustomAxisPanel.BottomAxis
TCustomAxisPanel

property BottomAxis: TChartAxis;

Unit
TeEngine

Description
The BottomAxis property is one of the two default horizontal chart axes. BottomAxis has many formatting properties and maintains the correct scales for Series X values. Each Series can be associated either to BottomAxis or TopAxis (or to a Custom Axis). Charts can have some Series associated to BottomAxis and some to TopAxis or associated with Both. Use the Minimum and Maximum properties to specify the scale and Increment property to control separation between axis labels. Axis Labels and scales can optionally be DateTime values.

This is accomplished by setting MySeries1.XValues.DateTime := True.

Please refer to TChartAxis help for a complete explanation of properties.