共用方式為


Series.Points 屬性

定義

取得 DataPointCollection 物件。

public:
 property System::Web::UI::DataVisualization::Charting::DataPointCollection ^ Points { System::Web::UI::DataVisualization::Charting::DataPointCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
[System.Web.UI.Themeable(false)]
public System.Web.UI.DataVisualization.Charting.DataPointCollection Points { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
[<System.Web.UI.Themeable(false)>]
member this.Points : System.Web.UI.DataVisualization.Charting.DataPointCollection
Public ReadOnly Property Points As DataPointCollection

屬性值

DataPointCollection

DataPointCollection 物件,表示 DataPoint 物件的集合。

屬性

備註

Points集合屬性可讓您新增和移除數列的資料點。 這個屬性也提供可用來操作此集合的方法和屬性,例如尋找資料點、執行資料系結等等。

適用於