Table of Contents
ShowMajorLabels Property

Gets or sets a value that indicates whether major labels are shown on the scale. This is a dependency property.

Syntax
 public Boolean ShowMajorLabels { get; set; }

Property Value

true to show major labels; otherwise false. The default value is true.

See Also