TChartAxis.PosAxis
TChartAxis
property PosAxis: Integer;
Unit
TeEngine
Description
Run-time and read only.
The PosAxis property returns the corresponding Axis position in logical coordinate.
This position corresponds to an TChartAxis.horizontal coordinate for LeftAxis and RightAxis, and a vertical coordinate for TopAxis and BottomAxis components.
It is calculated when Axis line is being drawn.
It can used to detect Axis mouse clicks or to custom draw at Axis relative positions.
The TChart.ChartRect and TChart.ChartBounds properties determine the TChart rectangle and TChartAxis dimensions.