ActiveReports Developer 7
AxisType Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxisBase Class : AxisType Property

Glossary Item Box

Gets or sets the axis type.

Syntax

Visual Basic (Declaration) 
Public Property AxisType As AxisType
C# 
public AxisType AxisType {get; set;}

Property Value

A valid AxisType enumeration value, either numerical or categorical.

See Also