Gets or sets the type of minor tick mark.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [XmlAttributeAttribute] public TickMarksEnum TickMinor { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <XmlAttributeAttribute> _ Public Property TickMinor As TickMarksEnum Get Set |
Remarks
Tick marks can be placed on either side or both sides of the axis line.
Note that if the TickMinor property is set to None,
then minor tick marks are not drawn.