[VB] | Public Sub setIconSize(height As Integer [, width As Integer ]) |
[C#] | public void setIconSize(int height [, int width ]); |
ChartDirector 5.1 (.NET Edition)
PolarVectorLayer.setIconSize
Usage
[VB] | Public Sub setIconSize(height As Integer [, width As Integer ]) |
[C#] | public void setIconSize(int height [, int width ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the icon in pixels. |
width | 0 | The width of the icon in pixels. 0 means the width is automatically determined. |
Return Value