[C#] | public void setMargin(int topMargin [, int bottomMargin ]); |
[VB] | Public Sub setMargin(topMargin As Integer [, bottomMargin As Integer ]) |
ChartDirector 7.1 (.NET Edition)
Axis.
Usage
[C#] | public void setMargin(int topMargin [, int bottomMargin ]); |
[VB] | Public Sub setMargin(topMargin As Integer [, bottomMargin As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
topMargin | (Mandatory) | The margin reserved at the top end (or right end for horizontal axis) of the axis in pixels. |
bottomMargin | 0 | The margin reserved at the bottom end (or left end for horizontal axis) of the axis in pixels. |
Return Value