ChartDirector 5.1 (.NET Edition)

BaseBoxLayer.setDataWidth


Usage

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

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