.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > SmartLabel Class : DynamicPosition Property
DynamicPosition Property
Gets or sets a value that indicates whether the label will be positioned using collision detection.
Syntax
'Declaration
 
Public Property DynamicPosition As Boolean
'Usage
 
Dim instance As SmartLabel
Dim value As Boolean
 
instance.DynamicPosition = value
 
value = instance.DynamicPosition
public bool DynamicPosition {get; set;}
Remarks
This causes the labels to be conscious of each other and does not permit them to overlap. When a label is positioned away from the data point it represents, the SmartLabel.Line is drawn from the label's new position to the data point.
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