Chart.Annotations Property

Definition

Gets or sets a collection that stores the chart annotations.

public:
 property System::Windows::Forms::DataVisualization::Charting::AnnotationCollection ^ Annotations { System::Windows::Forms::DataVisualization::Charting::AnnotationCollection ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.AnnotationCollection Annotations { get; }
member this.Annotations : System.Windows.Forms.DataVisualization.Charting.AnnotationCollection
Public ReadOnly Property Annotations As AnnotationCollection

Property Value

An AnnotationCollection object that is used to store chart annotations.

Remarks

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

Applies to