[C#] | public void setKeySize(int width [, int height [, int gap ]]); |
[VB] | Public Sub setKeySize(width As Integer [, height As Integer [, gap As Integer ]]) |
ChartDirector 7.1 (.NET Edition)
LegendBox.
Usage
[C#] | public void setKeySize(int width [, int height [, int gap ]]); |
[VB] | Public Sub setKeySize(width As Integer [, height As Integer [, gap 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 automatically determined. |
gap | -1 | The distance between the legend icon and the legend text in pixels. -1 means the distance is automatically determined. |
Return Value