Table of Contents
ShowMinorLabels Property

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

Syntax
 public Boolean ShowMinorLabels { get; set; }

Property Value

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

See Also