TCustomAxisPanel.TopAxis

TCustomAxisPanel.TopAxis
TCustomAxisPanel

property TopAxis: TChartAxis;

Unit
TeEngine

Description
The TopAxis property determines the Labels and formatting attributes of Top Chart side. It also controls where Series points will be placed.

Every TChart component has five TChartAxis: Left, Top, Right, Bottom and Depth (Z).

The Top is pre-defined to be:

Horizontal := True ;
OtherSide := True ;

Refer to TChartAxis help topic for a complete description.