TChartAxis.PosTitle
TChartAxis
property PosTitle: Integer;
Unit
TeEngine
Description
Run-time and read only.
The PosTitle property returns the corresponding Axis Labels position in logical coordinate. This position corresponds to an horizontal coordinate for LeftAxis and RightAxis Labels, and a vertical coordinate for TopAxis and BottomAxis Labels.
It is calculated when Axis Title text is being drawn. Axis Title rotation and font size do not affect this property.
It can used to detect Axis Labels mouse clicks or to custom draw at Axis Labels relative positions.
The TChart.ChartRect and TChart.ChartBounds properties determine the TChart rectangle and TChartAxis dimensions.
Please read TChartAxis.TChartAxis.PosAxis property description for an example of use.