Enumerates all slight style Axes.
Namespace:
Nasosoft.Chart.DrawingAssembly: Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration AxesStyle |
| C# |
|---|
public enum AxesStyle |
| Visual C++ |
|---|
public enum class AxesStyle |
| JavaScript |
|---|
Nasosoft.Chart.Drawing.AxesStyle = function(); Nasosoft.Chart.Drawing.AxesStyle.createEnum('Nasosoft.Chart.Drawing.AxesStyle', false); |
Members
| Member name | Description | |
|---|---|---|
| None |
No frame is displayed around the axis.
| |
| Math |
Only tickmarks will be shown as the axis.
| |
| FlatFrame |
A single, flat frame is displayed in the axis.
| |
| Frame3D |
A 3D frame will be shown as the axis.
|
