ChartArea.AxisX2 属性

定义

获取或设置表示辅助 X 轴的 Axis 对象。

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

属性值

表示辅助 X 轴的 Axis 对象。

属性

注解

使用此属性可以操作图表区域中的辅助 X 轴。

适用于