.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > SmartLabel Class : AllowMarkerOverlap Property
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
'Declaration
 
Public Property AllowMarkerOverlap As Boolean
'Usage
 
Dim instance As SmartLabel
Dim value As Boolean
 
instance.AllowMarkerOverlap = value
 
value = instance.AllowMarkerOverlap
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.
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