DataPoint.XValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資料點的 X 值。
public:
property double XValue { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.DataPointValueConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public double XValue { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.DataPointValueConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.XValue : double with get, set
Public Property XValue As Double
屬性值
double
,表示資料點的 X 值。
- 屬性
備註
所有圖表類型都可以顯示為散佈圖或非散佈圖,因為可以設定 X 值和 Y 值。 設定 X 值會導致散佈圖,而未設定此屬性 ,這相當於將它設定為零 - 將會產生非散佈圖。 例如,若要繪製點圖表類型,請新增 X 值為零的資料點。 若要顯示傳統的散佈圖,請新增 X 值以外的資料點。
不需要設定資料點的 X 值。 如果未設定資料點,則會使用 其索引值, DataPointCollection 循序繪製資料點。