다음을 통해 공유


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 컬렉션 속성을 사용 하면 추가 하 고 계열에 데이터 요소를 제거 합니다. 또한이 속성이 데이터 바인딩, 및 등을 수행 하는 데이터 요소를 찾는 등이 컬렉션을 조작 하는 데 사용할 수 있는 속성과 메서드를 제공 합니다.

적용 대상