Horizontal axis to associate to this Series.
public HorizontalAxis HorizAxis {get; set;}

Remarks


The HorizAxis property defines to which Horizontal Axis ( Top or Bottom axis ) the Series will be horizontally scaled.

Example


You can change the desired Horizontal Axis both at design and runtime:

[C#]

tChart1[0].HorizAxis = HorizontalAxis.Top; 

See Also

Series Class | Series Members | Steema.TeeChart.Styles Namespace