Enumerates the destination of the used axis.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public enum AxisType
Visual Basic (Declaration)
Public Enumeration AxisType
Visual C++
public enum class AxisType

Members

Member nameDescription
Argument
Specifies that the axis will be used for arguments.
Value
Specifies that the axis will be used for values.

See Also