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