[VB] | Public Sub setKeySpacing(keySpacing As Integer [, lineSpacing As Integer ]) |
[C#] | public void setKeySpacing(int keySpacing [, int lineSpacing ]); |
ChartDirector 5.1 (.NET Edition)
LegendBox.setKeySpacing
Usage
[VB] | Public Sub setKeySpacing(keySpacing As Integer [, lineSpacing As Integer ]) |
[C#] | public void setKeySpacing(int keySpacing [, int lineSpacing ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
keySpacing | (Mandatory) | The horizontal gap between two legend entries for horizontal legend layout, expressed in pixels. |
lineSpacing | -1 | The line spacing between two lines in the legend box, expressed in pixels. -1 means the line spacing is automatically determined. |
Return Value