共用方式為


Series.XValueType 屬性

定義

取得或設定沿著 X 軸繪製的實值型別。

public:
 property System::Web::UI::DataVisualization::Charting::ChartValueType XValueType { System::Web::UI::DataVisualization::Charting::ChartValueType get(); void set(System::Web::UI::DataVisualization::Charting::ChartValueType value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.ChartValueType XValueType { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.XValueType : System.Web.UI.DataVisualization.Charting.ChartValueType with get, set
Public Property XValueType As ChartValueType

屬性值

ChartValueType 列舉值,決定數列儲存之 X 值資料的類型。 預設值是 Auto

屬性

備註

屬性 XValueType 會決定數列所儲存的資料類型。

將此屬性設定為 DateTime ,以允許將 X 值輸入為 DateTime 值,而不是 做為 Double 。 日期和時間值會以.NET Framework作為值儲存在 Double 內部。 物件的 和 FromPosition 屬性 CustomLabel 也是如此 ToPosition

IntervalType 座標軸標籤、刻度標記和方格類別中找到的屬性會決定間隔類型。

注意

若要使用 屬性正確地將格式套用 DateTime 至從資料點 X 值產生的座標軸標籤, Format 此屬性必須設定為 DateTime

這個屬性也可以用來判斷 X 值所系結的資料類型。

適用於