[C#] | public void setClipping([ int margin ]); |
[VB] | Public Sub setClipping([ margin As Integer ]) |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public void setClipping([ int margin ]); |
[VB] | Public Sub setClipping([ margin As Integer ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
margin | 0 | Additional margin, measured in pixels, to be added to the 4 sides of the plot area for the purpose of clipping. A positive value means the clipping region will be larger than the plot area. A negative value means the clipping region will be smaller than the plot area. 0 means the clipping region is equal to the plot area. |
Return Value