dotnetCHARTING Send comments on this topic.
DistanceMaximum Property
See Also 
dotnetCHARTING Namespace > SmartLabel Class : DistanceMaximum Property


Gets or sets the maximum distance a label is allowed to be moved by DynaicPosition away from the element it is labeling.

Syntax

Visual Basic (Declaration) 
Public Property DistanceMaximum As Integer
Visual Basic (Usage)Copy Code
Dim instance As SmartLabel
Dim value As Integer
 
instance.DistanceMaximum = value
 
value = instance.DistanceMaximum
C# 
public int DistanceMaximum {get; set;}

See Also

© 2010 All Rights Reserved.