Aligns the Grid to the centre.
public Boolean Centered {get; set;}

Remarks

Default: false

The Centered property aligns the Grid to the centre.

Example


[C#]

tChart1.Axes.Bottom.Grid.Centered = true; 

See Also

GridPen Class | GridPen Members | Steema.TeeChart Namespace