Enumerates the destination of the used axis.
Namespace:
PerpetuumSoft.ChartsAssembly: 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 name | Description | |
|---|---|---|
| Argument | Specifies that the axis will be used for arguments. | |
| Value | Specifies that the axis will be used for values. |