共用方式為


Series.XValueType 屬性

定義

取得或設定沿著 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

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

屬性

備註

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

將這個屬性設定為,以 DateTime 允許輸入 X 值作為 DateTime 值,而不是 Double 。 日期和時間值是 .NET Framework 儲存為值的內部儲存 Double 。 與 ToPosition 物件的和屬性同樣適用 FromPosition CustomLabel

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

注意

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

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

適用於