Table of Contents
MinorTickOptions Property

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

Syntax
 public MinorCircularTickOptions MinorTickOptions { get; set; }
Remarks

See here for more information on how to customize ticks.

See Also