Maximum distance the overlapped SmartLabel can be moved from the marker. Distance is measured in pixels.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property MaxMovingDistance As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual double MaxMovingDistance {get; set;} |
Return Value
Gets or sets a double value. The default value is 30 pixels.
This property specifies the maximum distance in pixels from the data point that data point labels are allowed to be moved in case of overlapping.
If the point cannot be drawn within the region specified by the properties MaxMovingDistanceand MinMovingDistance in the directions allowed by the MovingDirection, and HideOverlapped property is true then the data point label will not be drawn.
NOTE: SmartLabels only work when the Label angle property is set to zero.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family