次の方法で共有


ChartArea.AxisX2 プロパティ

定義

第 2 軸の X 軸を表す Axis オブジェクトを取得または設定します。

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

プロパティ値

Axis

第 2 軸の X 軸を表す Axis オブジェクト。

属性

注釈

このプロパティを使用して、グラフ領域の 2 番目の X 軸を操作します。

適用対象