ActiveReports.Chart Request technical support
AxisType Property
See Also 


Gets or sets the axis type.

Syntax

Visual Basic (Declaration) 
Public Property AxisType As AxisType
Visual Basic (Usage)Copy Code
Dim instance As AxisBase
Dim value As AxisType
 
instance.AxisType = value
 
value = instance.AxisType
C# 
public AxisType AxisType {get; set;}

Return Value

A valid AxisType enumeration value, either numerical or categorical.

See Also