Sets the width of the AxisLinePen
public override Int32 Width {get; set;}

Remarks


Default: 2

The Width property allows you to set the width of the AxisLinePen, which draws the axes.

Example


[C#]

tChart1.Axes.Left.AxisPen.Width = 4;

See Also

AxisLinePen Class | AxisLinePen Members | Steema.TeeChart Namespace