Table of Contents
ShowLine Property

Gets or sets a value that indicates whether a line is displayed along the major and minor ticks interval. This is a dependency property.

Syntax
 public Boolean ShowLine { get; set; }

Property Value

true to show a line along the ticks interval; otherwise false. The default value is false.

Remarks

See here for more information on how to customize the line.

See Also