Series.Enabled Propriedade

Definição

Obtém ou define um sinalizador que indica se a série será visível no gráfico renderizado.Gets or sets a flag that indicates whether the series will be visible on the rendered chart.

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

Valor da propriedade

Boolean

true se a série ficar visível no gráfico renderizado; caso contrário, false .true if the series will be visible on the rendered chart; otherwise, false. O valor padrão é true.The default value is true.

Atributos

Comentários

Obtém ou define um valor que determina se a série será visível no renderizado ChartArea .Gets or sets a value that determines if the series will be visible on the rendered ChartArea.

Aplica-se a