Sets a custom axis to be drawn horizontally.
public Boolean Horizontal {get; set;}

Remarks


This property sets a custom axis to be drawn horizontally.

Example


[C#]

tChart1.Axes.Custom.Add(new Axis()); 
tChart1.Axes.Custom[0].Horizontal=true;
tChart1.Axes.Custom[0].PositionPercent=50;
tChart1[0].CustomHorizAxis=tChart1.Axes.Custom[0];

See Also

Axis Class | Axis Members | Steema.TeeChart Namespace