ChartDirector 5.1 (.NET Edition)

Axis.setWidth


Usage

[VB] Public Sub setWidth(width As Integer)
[C#] public void setWidth(int width);

Description

Sets the line width of the axis.

Arguments

ArgumentDefaultDescription
width(Mandatory)The line width of the axis in pixels.

Return Value

None