ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / ToArray Method

In This Topic
    ToArray Method (AnnotationsCollection)
    In This Topic
    Copies the elements of the AnnotationsCollection to a new array.
    Syntax
    'Declaration
     
    Public Function ToArray() As Annotation()
    public Annotation[] ToArray()
    See Also