[VB] | Public Sub setDataWidth(width As Integer) |
[C#] | public void setDataWidth(int width); |
ChartDirector 5.1 (.NET Edition)
BaseBoxLayer.setDataWidth
Usage
[VB] | Public Sub setDataWidth(width As Integer) |
[C#] | public void setDataWidth(int width); |
Description
Arguments
Argument | Default | Description |
---|---|---|
width | (Mandatory) | The width of the symbols in pixels. |
Return Value