SmartLabelStyle.Enabled Propriedade

Definição

Obtém ou define um sinalizador que indica se um algoritmo SmartLabelStyle está habilitado.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

Valor da propriedade

Boolean

true se um algoritmo será aplicado para impedir que os rótulos de ponto de dados se sobreponham.true if an algorithm will be applied to prevent data point labels from overlapping. false se a sobreposição de rótulos de ponto de dados não for impedida.false if overlapping of data point labels will not be prevented. O valor padrão é true.The default value is true.

Atributos

Aplica-se a