ChartArea.AxisX2 Propiedad

Definición

Obtiene o establece un objeto Axis que representa el eje X secundario.

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

Valor de propiedad

Axis

Un objeto Axis que representa el eje X secundario.

Atributos

Comentarios

Use esta propiedad para manipular el eje X secundario en el área del gráfico.

Se aplica a