ChartDirector 7.1 (.NET Edition)

Axis.setWidth


Usage

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

Description

Sets the line width of the axis.

Arguments

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

Return Value

None