Enumerates all format of the axis labels.
Namespace:
Nasosoft.Chart.DrawingAssembly: Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration AxisFormat |
| C# |
|---|
public enum AxisFormat |
| Visual C++ |
|---|
public enum class AxisFormat |
| JavaScript |
|---|
Nasosoft.Chart.Drawing.AxisFormat = function(); Nasosoft.Chart.Drawing.AxisFormat.createEnum('Nasosoft.Chart.Drawing.AxisFormat', false); |
Members
| Member name | Description | |
|---|---|---|
| None | ||
| Number | ||
| Currency | ||
| Scientific | ||
| Percentage | ||
| Date | ||
| LongDate | ||
| Time | ||
| DateTime |
