Table of Contents
ShowLine Property

Gets or sets a value that indicates whether a line should be inserted in the scale. This is a dependency property.

Syntax
 public Boolean ShowLine { get; set; }

Property Value

true to insert a line in the scale; otherwise false. The default value is false.

Remarks

See here for more information on how to use this feature.

See Also