Use the members of this enumeration to set the value of the TickMajor and TickMinor properties in the Axis class.
[Visual Basic]
Public Enum TickMarksEnum
[C#]
public enum TickMarksEnum
[Delphi]
type TickMarksEnum = (Cross, Inside, None, Outside);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Cross |
Tickmarks cross over axis. |
Inside |
Tickmarks located inside chart area on axis. |
None |
No tickmarks along axis. |
Outside |
Tickmarks located outside chart area on axis. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |