ChartArea.AxisY Propriété

Définition

Obtient ou définit un objet Axis qui représente l'axe Y principal.

public:
 property System::Web::UI::DataVisualization::Charting::Axis ^ AxisY { System::Web::UI::DataVisualization::Charting::Axis ^ get(); void set(System::Web::UI::DataVisualization::Charting::Axis ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.Axis AxisY { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.AxisY : System.Web.UI.DataVisualization.Charting.Axis with get, set
Public Property AxisY As Axis

Valeur de propriété

Objet Axis qui représente l'axe Y principal.

Attributs

Remarques

Utilisez cette propriété pour manipuler l’axe Y principal dans la zone de graphique.

S’applique à