[VB] | Public Sub setImageMapWidth(width As Integer) |
[C#] | public void setImageMapWidth(int width); |
ChartDirector 5.1 (.NET Edition)
LineLayer.setImageMapWidth
Usage
[VB] | Public Sub setImageMapWidth(width As Integer) |
[C#] | public void setImageMapWidth(int width); |
Description
Arguments
Argument | Default | Description |
---|---|---|
width | (Mandatory) | The effective width of the line used for producing image maps. |
Return Value