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