SmartLabelStyle.IsOverlappedHidden Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.