Enumerates the style for the tick marks of an GridLine object.
Namespace:
Nasosoft.Chart.DrawingAssembly: Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration TickMark |
| C# |
|---|
public enum TickMark |
| Visual C++ |
|---|
public enum class TickMark |
| JavaScript |
|---|
Nasosoft.Chart.Drawing.TickMark = function(); Nasosoft.Chart.Drawing.TickMark.createEnum('Nasosoft.Chart.Drawing.TickMark', false); |
Members
| Member name | Description | |
|---|---|---|
| None |
Hides tick marks for the selected axis.
| |
| Outside |
Displays tick marks on the outside of the selected axis.
| |
| Inside |
Displays tick marks on the inside of the selected axis.
| |
| Cross |
Displays tick marks that cross inside and outside the selected axis.
|
