Series.XValueType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定沿著 X 軸繪製的實值型別。
public:
property System::Windows::Forms::DataVisualization::Charting::ChartValueType XValueType { System::Windows::Forms::DataVisualization::Charting::ChartValueType get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartValueType value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.ChartValueType XValueType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.XValueType : System.Windows.Forms.DataVisualization.Charting.ChartValueType with get, set
Public Property XValueType As ChartValueType
屬性值
ChartValueType 列舉值,決定數列儲存之 X 值資料的類型。 預設值是 Auto。
- 屬性
備註
XValueType屬性決定數列儲存的資料類型。
將這個屬性設定為,以 DateTime 允許輸入 X 值作為 DateTime 值,而不是 Double 。 日期和時間值是 .NET Framework 儲存為值的內部儲存 Double 。 與 ToPosition 物件的和屬性同樣適用 FromPosition CustomLabel 。
IntervalType
在軸標籤、刻度標記和方格類別中找到的屬性會決定間隔類型。
這個屬性也可以用來判斷 X 值所系結的資料類型。