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