ChartDirector 7.1 (.NET Edition)

BaseBoxLayer.setDataWidth


Usage

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

Description

Sets the symbol width by specifying the pixel width of the symbols.

Arguments

ArgumentDefaultDescription
width(Mandatory)The width of the symbols in pixels.

Return Value

None