Series.AxisLabel Propriété

Définition

Obtient ou définit le texte de l'étiquette d'axe de la série.

public:
 virtual property System::String ^ AxisLabel { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public override string AxisLabel { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.AxisLabel : string with get, set
Public Overrides Property AxisLabel As String

Valeur de propriété

Valeur string. La valeur par défaut est une chaîne de longueur nulle.

Attributs

S’applique à