Share via


Series.Points 属性

定义

获取数据点的集合。

public:
 property System::Windows::Forms::DataVisualization::Charting::DataPointCollection ^ Points { System::Windows::Forms::DataVisualization::Charting::DataPointCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.DataPointCollection Points { get; }
[<System.ComponentModel.Bindable(true)>]
member this.Points : System.Windows.Forms.DataVisualization.Charting.DataPointCollection
Public ReadOnly Property Points As DataPointCollection

属性值

数据点的集合。

属性

注解

集合 Points 属性允许向序列添加和删除数据点。 此属性还提供可用于操作此集合的方法和属性,例如查找数据点、执行数据绑定等。

适用于