Dundas.SharePoint.Charting.WebParts Send comments on this topic.
MinMovingDistance Property
See Also 
Dundas.Charting.WebControl Namespace > SmartLabelsStyle Class : MinMovingDistance Property


Minimum distance the overlapped SmartLabel can be moved from the marker. Distance is measured in pixels.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Gets or sets minimum distance the overlapped SmartLabel can be moved from the marker. Distance is measured in pixels.")>
<BindableAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute()>
Public Overridable Property MinMovingDistance As Double
Visual Basic (Usage) Copy Code
Dim instance As SmartLabelsStyle
Dim value As Double
 
instance.MinMovingDistance = value
 
value = instance.MinMovingDistance
C#  
[DescriptionAttribute("Gets or sets minimum distance the overlapped SmartLabel can be moved from the marker. Distance is measured in pixels.")]
[BindableAttribute(true)]
[DefaultValueAttribute()]
[CategoryAttribute()]
public virtual double MinMovingDistance {get; set;}

Requirements

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

See Also