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

Glossary Item Box

Copies the elements of the axis collection to a new array.

Syntax

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

See Also