Share via


ChartArea.AxisX2 Proprietà

Definizione

Ottiene o imposta un oggetto Axis che rappresenta l'asse X secondario.

public:
 property System::Web::UI::DataVisualization::Charting::Axis ^ AxisX2 { System::Web::UI::DataVisualization::Charting::Axis ^ get(); void set(System::Web::UI::DataVisualization::Charting::Axis ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.Axis AxisX2 { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.AxisX2 : System.Web.UI.DataVisualization.Charting.Axis with get, set
Public Property AxisX2 As Axis

Valore della proprietà

Axis

Oggetto Axis che rappresenta l'asse X secondario.

Attributi

Commenti

Usare questa proprietà per modificare l'asse X secondario nell'area del grafico.

Si applica a