ActiveReports Developer 7
ToArray Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationsCollection Class : ToArray Method

Glossary Item Box

Copies the elements of the AnnotationsCollection to a new array.

Syntax

Visual Basic (Declaration) 
Public Function ToArray() As Annotation()
C# 
public Annotation[] ToArray()

See Also