ChartArea.AxisX Proprietà

Definizione

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

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

Valore della proprietà

Oggetto Axis che rappresenta l'asse X primario.

Attributi

Commenti

Utilizzare questa proprietà per modificare l'asse X primario nell'area del grafico.

Si applica a