Table of Contents
LineOptions Property

Gets or sets the LineOptions object that contains settings for an optional line the scale can display. This is a dependency property.

Syntax
 public CircularLineOptions LineOptions { get; set; }
Remarks

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

See Also