Table of Contents
ShowRangeBar Property

Gets or sets a value that indicates whether the scale's embedded range bar should be displayed or not. This is a dependency property.

Syntax
 public Boolean ShowRangeBar { get; set; }

Property Value

true to display the range bar; otherwise false.The default value is true.

Remarks

See here for more information on how to use range bars.

See Also