DataPointCustomProperties.IsVisibleInLegend Propiedad

Definición

Obtiene o establece una marca que indica si el elemento se muestra en la leyenda.

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

Valor de propiedad

Boolean

Es true si el elemento se muestra en la leyenda; en caso contrario, false.

Atributos

Se aplica a