AnnotationRepository.AddRange(Annotation[]) Method
Appends an array of annotations to the collection.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
coll | Annotation[] | An array of the Annotation class descendants to append to the collection. |
Remarks
The AddRange method adds TextAnnotation and ImageAnnotation objects to a chart control’s AnnotationRepository, where all annotations that are present in a chart control can be centrally accessed (via the ChartControl.AnnotationRepository property).
Objects are added to the end of the collection in the same order they have in the array.
See Also