[C#] | public void setContourLabelSpacing(int labelSpacing, int minContourLen); |
[VB] | Public Sub setContourLabelSpacing(labelSpacing As Integer, minContourLen As Integer) |
ChartDirector 7.1 (.NET Edition)
ContourLayer.
Usage
[C#] | public void setContourLabelSpacing(int labelSpacing, int minContourLen); |
[VB] | Public Sub setContourLabelSpacing(labelSpacing As Integer, minContourLen As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
labelSpacing | (Mandatory) | The target label spacing in pixels. The actual spacing may be different as the labels can only be placed on relatively straight segments along the contour. |
minContourLen | (Mandatory) | The minimum contour length in pixels below which there will be no contour label. |
Return Value