[C#] | public void setMargins(int leftMargin, int topMargin, int rightMargin, int bottomMargin); |
[VB] | Public Sub setMargins(leftMargin As Integer, topMargin As Integer, rightMargin As Integer, bottomMargin As Integer) |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public void setMargins(int leftMargin, int topMargin, int rightMargin, int bottomMargin); |
[VB] | Public Sub setMargins(leftMargin As Integer, topMargin As Integer, rightMargin As Integer, bottomMargin As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
leftMargin | (Mandatory) | The distance from the left side of the plot area to the left side of the chart. |
topMargin | (Mandatory) | The distance from the top of the plot area to the top of the chart. |
rightMargin | (Mandatory) | The distance from the right side of the plot area to the right side of the chart. |
bottomMargin | (Mandatory) | The distance from the bottom of the plot area to the bottom of the chart. |
Return Value