ChartDirector 7.0 (ASP/COM/VB Edition)

BaseMeter.setLineWidth


Usage

setLineWidth(axisWidth [, majorTickWidth [, minorTickWidth [, microTickWidth ]]])

Description

Sets the line widths of the scale line and the ticks on the meter.

Arguments

ArgumentDefaultDescription
axisWidth(Mandatory)The line width for drawing the meter scale line in pixels. For an angular meter, the default is 1 pixel. For a linear meter, the default is 2 pixels.
majorTickWidth1The line width of the major ticks in pixels. For a linear meter, if this method is not called, the initial major tick width is set to 2 pixels.
minorTickWidth1The line width of the minor ticks in pixels.
microTickWidth1The line width of the micro ticks in pixels.

Return Value

None