TCustomAxisPanel.LeftAxis
TCustomAxisPanel
property LeftAxis: TChartAxis;
Unit
TeEngine
Description
Access characteristics of the Left Axis.
The LeftAxis property determines the Labels and formatting attributes of Left Chart side. It also controls where Series points will be placed.
Every TChart component has five default TChartAxis: Left, Top, Right, Bottom and Depth (Z). You may add as many Custom Axes as you require.
The LeftAxis is pre-defined to be:
Horizontal := False ;
OtherSide := False ;
Refer to TChartAxis help topic for a complete description.