ChartArea.AxisY 属性

定义

获取或设置表示主 Y 轴的 Axis 对象。

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

属性值

Axis

表示主 Y 轴的 Axis 对象。

属性

注解

使用此属性可以操作图表区域中的主 Y 轴。

适用于