aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-6ce5441b.md
Provides access to the annotations collection of the ChartControlSettings.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public AnnotationCollection Annotations { get; }
Public ReadOnly Property Annotations As AnnotationCollection
| Type | Description |
|---|---|
| AnnotationCollection |
A AnnotationCollection object that is the chart’s collection of annotations.
|
An annotation is added to a chart’s collection if its Annotation.AnchorPoint property is set to ChartAnchorPoint.
Use the Annotations property, to access annotations anchored to a chart. Alternatively, you can centrally access all annotations that are present in a chart control (irrespective of which particular element they are anchored to), via the ChartControlSettings.AnnotationRepository property.
For more information, refer to Annotations.
See Also
How to: Create an Image Annotation Anchored to a Chart or Pane