# Tick Marks

## Content



The chart automatically sets up the axis with both major and minor ticks. Customizing the tick spacing or attributes is as easy as manipulating a set of properties.

The [MajorUnit](/componentone/api/wpf/online-chart/dotnet-framework-api/C1.WPF.C1Chart.4.6.2/C1.WPF.C1Chart.Axis.MajorUnit.html) and [MinorUnit](/componentone/api/wpf/online-chart/dotnet-framework-api/C1.WPF.C1Chart.4.6.2/C1.WPF.C1Chart.Axis.MinorUnit.html) properties set the state of the Axis' tick marks. To eliminate clutter in a chart, you can display fewer labels or tick marks on the category (x) axis by specifying the intervals at which you want the categories to be labeled, or by specifying the number of categories that you want to display between tick marks.

## See Also

[Major Tick Overlap](/componentone/docs/wpf/online-chart/overview/ChartFeatures/Axis/TickMarksa/Overlap)

[Minor Tick Overlap](/componentone/docs/wpf/online-chart/overview/ChartFeatures/Axis/TickMarksa/Minorverlap)

[Specifying the Major and Minor Ticks in Code](/componentone/docs/wpf/online-chart/overview/ChartFeatures/Axis/TickMarksa/SpecifyingCode)