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


Gets or sets a value that indicates whether the label will be positioned using collision detection.

Syntax

Visual Basic (Declaration) 
Public Property DynamicPosition As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SmartLabel
Dim value As Boolean
 
instance.DynamicPosition = value
 
value = instance.DynamicPosition
C# 
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 Line is drawn from the label's new position to the data point.

See Also

© 2010 All Rights Reserved.