Gets or sets the type of major tick mark.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[XmlAttributeAttribute]
public TickMarksEnum TickMajor { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<XmlAttributeAttribute> _
Public Property TickMajor As TickMarksEnum
	Get
	Set

Remarks

Tick marks can be place on either side or both sides of the axis line. Note that if the TickMajor property is set to None then major tick marks are not drawn.

See Also