Share via


ChartArea.AxisX 屬性

定義

取得或設定 Axis 物件,表示主要 X 軸。

public:
 property System::Web::UI::DataVisualization::Charting::Axis ^ AxisX { 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 AxisX { 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.AxisX : System.Web.UI.DataVisualization.Charting.Axis with get, set
Public Property AxisX As Axis

屬性值

Axis

Axis 物件,表示主要 X 軸。

屬性

備註

使用這個屬性可操作圖表區域中的主要 X 軸。

適用於