Use the members of this enumeration to set the value of the TickMajor and TickMinor properties in the Axis class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum TickMarksEnum
Visual Basic
Public Enumeration TickMarksEnum

Members

Member nameValueDescription
None0 No tick marks along axis.
Inside1 Tick marks located inside chart area on axis.
Outside2 Tick marks located outside chart area on axis.
Cross3 Tick marks cross over axis.

See Also