Språk

Series.Points Egenskap

Definition

Hämtar ett DataPointCollection objekt.

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

Egenskapsvärde

Ett DataPointCollection objekt som representerar en samling DataPoint objekt.

Attribut

Kommentarer

Med samlingsegenskapen Points kan du lägga till och ta bort datapunkter i en serie. Den här egenskapen innehåller också metoder och egenskaper som kan användas för att manipulera den här samlingen, till exempel att hitta datapunkter, utföra databindning och så vidare.

Gäller för