Chart.Annotations Property

.NET Framework (current version)
 

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

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member Annotations : AnnotationCollection with get

Property Value

Type: System.Web.UI.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: