ChartArea.AxisY2 Właściwość

Definicja

Pobiera lub ustawia obiekt reprezentujący pomocniczą Axis oś Y.

public:
 property System::Windows::Forms::DataVisualization::Charting::Axis ^ AxisY2 { 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 AxisY2 { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.AxisY2 : System.Windows.Forms.DataVisualization.Charting.Axis with get, set
Public Property AxisY2 As Axis

Wartość właściwości

Axis Obiekt reprezentujący pomocniczą oś Y.

Atrybuty

Uwagi

Ta właściwość służy do manipulowania pomocniczą osią Y w obszarze wykresu.

Dotyczy