Back to Devexpress

ChartControlSettings.Annotations Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-6ce5441b.md

latest2.5 KB
Original Source

ChartControlSettings.Annotations Property

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

Declaration

csharp
public AnnotationCollection Annotations { get; }
vb
Public ReadOnly Property Annotations As AnnotationCollection

Property Value

TypeDescription
AnnotationCollection

A AnnotationCollection object that is the chart’s collection of annotations.

|

Remarks

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

AnchorPoint

AnnotationRepository

Annotations

How to: Create an Image Annotation Anchored to a Chart or Pane

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace