ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.TickMinor Property

Gets or sets the type of minor tick mark.

[Visual Basic]

Public Property TickMinor As TickMarksEnum

[C#]

public TickMarksEnum TickMinor {get;set;}

[Delphi]

public property TickMinor: TickMarksEnum read get_TickMinor write set_TickMinor;

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 TickMarksEnum.None, then minor tick marks are not drawn.

See Also

Axis Class | Axis Members | C1.Win.C1Chart Namespace | Axis Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.