[VB] | Public Sub setImageMapWidth(width As Integer) |
[C#] | public void setImageMapWidth(int width); |
ChartDirector 5.1 (.NET Edition)
PolarLayer.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 and height of the data point for the purpose of producing image maps. |
Return Value