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

적용 대상