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