SmartLabelStyle.IsOverlappedHidden Property

Definition

Gets or sets a flag that indicates whether overlapped labels that cannot be repositioned will be hidden.

public:
 virtual property bool IsOverlappedHidden { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public virtual bool IsOverlappedHidden { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsOverlappedHidden : bool with get, set
Public Overridable Property IsOverlappedHidden As Boolean

Property Value

true if labels will be hidden if they overlap. false if overlapped labels will not be hidden. The default value is true.

Attributes

Remarks

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

Note

Smart labels only work when the Angle property is set to zero.

Applies to