Chart.Annotations Property

Definition

Gets or sets the AnnotationCollection object that is used to store chart annotations.

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

Property Value

An AnnotationCollection object that is used to store chart annotations.

Attributes

Remarks

All of the chart annotations are stored in this collection property.

Applies to