.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > SmartLabel Class : DistanceMaximum Property
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
'Declaration
 
Public Property DistanceMaximum As Integer
'Usage
 
Dim instance As SmartLabel
Dim value As Integer
 
instance.DistanceMaximum = value
 
value = instance.DistanceMaximum
public int DistanceMaximum {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also