Table of Contents
MajorInterval Property

Gets or sets a value that indicates the interval between the scale major ticks. This is a dependency property.

Syntax
 public Double MajorInterval { get; set; }

Property Value

A Double value that indicates the interval between the scale major ticks.The default value is 10.

See Also