ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxesCollection Class / ToArray Method

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