Chart.Annotations Egenskap

Definition

Hämtar eller anger det AnnotationCollection objekt som används för att lagra diagramanteckningar.

public:
 property System::Web::UI::DataVisualization::Charting::AnnotationCollection ^ Annotations { System::Web::UI::DataVisualization::Charting::AnnotationCollection ^ get(); };
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.AnnotationCollection Annotations { get; }
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Annotations : System.Web.UI.DataVisualization.Charting.AnnotationCollection
Public ReadOnly Property Annotations As AnnotationCollection

Egenskapsvärde

Ett AnnotationCollection objekt som används för att lagra diagramanteckningar.

Attribut

Kommentarer

Alla diagramanteckningar lagras i den här samlingsegenskapen.

Gäller för