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


Enterprise Edition Only Feature. Gets or sets a boolean value that allows for the hiding of labels when overlapping issues cannot be resolved.


Indicates that overlapped labels that can't be repositioned will be hidden.

Syntax

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

Return Value

If true an algorithm is executed to prevent data point labels from overlapping. If false there will be no prevention of overlapping labels. The default value is false.

Remarks

If the point cannot be drawn within the region specified by the properties MinMovingDistance and MaxMovingDistance in the directions allowed by the MovingDirection, and the HideOverlapped property is true then the data point label will not be drawn.

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.