TChartAxis.OtherSide
TChartAxis
property OtherSide: Boolean;
Unit
TeEngine
Description
Run-time and read only. This property returns true if the Axis is the RightAxis or TopAxis. Chart.TopAxis and Chart.RightAxis are in the OtherSide. Chart.LeftAxis and Chart.BottomAxis are not in the OtherSide.
Chart Axis TChartAxis.Horizontal TChartAxis.OtherSide
==================================
LeftAxis False False
TopAxis True True
RightAxis False True
BottomAxis True False
==================================