Dundas Chart for ASP.NET
MarkerOverlapping Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > SmartLabelsStyle Class : MarkerOverlapping Property


Enterprise Edition Only Feature. Gets or sets a boolean value that specifies whether the point labels are allowed to overlap a point marker.
Indicates that marker overlapping by label is allowed.

Syntax

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

Return Value

If true data point labels are permitted to overlap point markers. If false data point labels will be prevented from overlapping the point markers. The default value is false.

Remarks

This property specifies whether the point labels are allowed to overlap a point marker.

NOTE: SmartLabels only work when the Label angle property is set to zero.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.