ChartArea.AxisX2 Свойство

Определение

Получает или задает объект Axis, представляющий дополнительную ось X.

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

Значение свойства

Axis

Объект Axis, представляющий дополнительную ось X.

Атрибуты

Комментарии

Это свойство используется для управления вспомогательной осью X в области диаграммы.

Применяется к