Table of Contents
MajorTickOptions Property

Gets or sets the MajorCircularTickOptions object that contains settings for the major ticks. This is a dependency property.

Syntax
 public MajorCircularTickOptions MajorTickOptions { get; set; }
Remarks

See here for more information on how to customize ticks.

See Also