Enumerates all slight style Axes.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  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 nameDescription
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.

See Also