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.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property HideOverlapped As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
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.
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