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 개체 컬렉션을 DataPoint 나타내는 개체입니다.

특성

설명

Points 컬렉션 속성을 사용하면 계열에 데이터 요소를 추가하고 제거할 수 있습니다. 또한 이 속성은 데이터 요소 찾기, 데이터 바인딩 수행 등과 같이 이 컬렉션을 조작하는 데 사용할 수 있는 메서드와 속성을 제공합니다.

적용 대상