ComponentOne Chart for .NET (2.0) Search HelpCentral 

Axis.TickMajor Property

Gets or sets the type of major tick mark.

[Visual Basic]

Public Property TickMajor As TickMarksEnum

[C#]

public TickMarksEnum TickMajor {get;set;}

[Delphi]

public property TickMajor: TickMarksEnum read get_TickMajor write set_TickMajor;

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 TickMarksEnum.None then major 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.