共用方式為


Series.YValueType 屬性

定義

取得或設定數列所儲存之資料點的 Y 值資料型別。

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

屬性值

ChartValueType

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

屬性

備註

YValueType屬性決定數列儲存的資料類型。 這個屬性的值通常會設定為 AutoDateTime

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

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

您可以將日期運算式繪製為資料點的值,但這很少會完成。 如果您將這個屬性設定為 DateTime ,則可以將 Y 值輸入為 DateTime 值,而不是 Double 。 日期和時間值是 .NET Framework 儲存為值的內部儲存 Double

適用於