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集合属性允许您向序列中添加和删除数据点。 此属性还提供了一些方法和属性,这些方法和属性可用于处理此集合,如查找数据点、执行数据绑定等。

适用于