Series.Points Özellik

Tanım

Bir DataPointCollection nesnesi alır.

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

Özellik Değeri

Nesne DataPointCollection koleksiyonunu DataPoint temsil eden nesne.

Öznitelikler

Açıklamalar

Points collection özelliği, bir seriye veri noktaları eklemenize ve kaldırmanıza olanak tanır. Bu özellik ayrıca veri noktalarını bulma, veri bağlama gerçekleştirme vb. bu koleksiyonu işlemek için kullanılabilecek yöntemler ve özellikler sağlar.

Şunlara uygulanır