Series.XValueType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定沿著 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
座標軸標籤、刻度標記和方格類別中找到的屬性會決定間隔類型。
這個屬性也可以用來判斷 X 值所系結的資料類型。