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


Gets or sets a value that indicates whether smart labels are allowed to be positioned on top of element markers. This property should be set at the Chart.DefaultElement.SmartLabel property level.

Syntax

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

Remarks

Note: This feature incures a performance cost when many markers and labels are present. Setting this property to true may improve performance in some instances. When this feature is not used, the labels will still try to avoid markers, however, overlap may occur.

See Also

© 2010 All Rights Reserved.