Sdílet prostřednictvím


Series.Points Vlastnost

Definice

Získá 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

Hodnota vlastnosti

DataPointCollection

Objekt, DataPointCollection který představuje kolekci DataPoint objektů.

Atributy

Poznámky

Vlastnost Points collection umožňuje přidávat a odebírat datové body řady. Tato vlastnost také poskytuje metody a vlastnosti, které lze použít k manipulaci s touto kolekcí, například hledání datových bodů, provádění datových vazeb atd.

Platí pro