Aracılığıyla paylaş


Series.Points Özellik

Tanım

Bir nesnesi DataPointCollection 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

DataPointCollection

Bir DataPointCollection nesne koleksiyonunu temsil eden DataPoint nesne.

Öznitelikler

Açıklamalar

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

Şunlara uygulanır