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