Use the members of this enumeration to set the value of
the TickMajor and TickMinor properties in the Axis class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum TickMarksEnum |
| Visual Basic |
|---|
Public Enumeration TickMarksEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No tick marks along axis. | |
| Inside | 1 | Tick marks located inside chart area on axis. | |
| Outside | 2 | Tick marks located outside chart area on axis. | |
| Cross | 3 | Tick marks cross over axis. |