Calculates the Wall thickness of the specified Axis.
public Int32 CalcWallSize(Axis a)

Remarks


Returns the Wall thickness of the specified Axis.

Example


[C#]

MessageBox.Show("Size"+tChart1.Walls.CalcWallSize(tChart1.Axes.Left).ToString());

See Also

Walls Class | Walls Members | Steema.TeeChart Namespace