SmartLabelStyle.Enabled Property

Definition

Gets or sets a flag that indicates whether a SmartLabelStyle algorithm is enabled.

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

Property Value

true if an algorithm will be applied to prevent data point labels from overlapping. false if overlapping of data point labels will not be prevented. The default value is true.

Attributes

Applies to