ChartArea.AxisY Vlastnost

Definice

Získá nebo nastaví Axis objekt, který představuje primární osu Y.

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

Hodnota vlastnosti

Axis

Objekt, Axis který představuje primární osu Y.

Atributy

Poznámky

Tato vlastnost slouží k manipulaci s primární osou Y v oblasti grafu.

Platí pro