Back to Devexpress

WebChartControl.Annotations Property

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-7e271ddf.md

latest2.5 KB
Original Source

WebChartControl.Annotations Property

Provides access to the annotations collection of the WebChartControl.

Namespace : DevExpress.XtraCharts.Web

Assembly : DevExpress.XtraCharts.v25.2.Web.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

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

Property Value

TypeDescription
AnnotationCollection

An AnnotationCollection object that represents 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 (with no regard to which particular element they are anchored), via the WebChartControl.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

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace