Skip to main content
A newer version of this page is available. .

AnnotationRepository.ToArray() Method

Copies the elements of the AnnotationRepository to a new array of ChartElement objects.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public Annotation[] ToArray()

Returns

Type Description
Annotation[]

An array of Annotation objects containing the copies of the elements of the AnnotationRepository.

Remarks

Use the ToArray method to convert the AnnotationRepository object to an array.

See Also