Chart::Annotations Property

.NET Framework (current version)
 

Gets or sets a collection that stores the chart annotations.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
property AnnotationCollection^ Annotations {
	AnnotationCollection^ get();
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::AnnotationCollection^

An AnnotationCollection object that is used to store chart annotations.

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

.NET Framework
Available since 4.0
Return to top
Show: