In This Article

CircularTickLabelMinor Class

Represents an element that renders minor tick labels in a CircularGauge.

public class CircularTickLabelMinor : CircularTickLabelBase, ILogicalParent, IVisualParent
Inheritance:
object Visual UIElement FrameworkElement GaugeElement TickBase CircularTickBase CircularTickLabelBase object
Implements:
ILogicalParent IVisualParent

Constructors

CircularTickLabelMinor()

Initializes an instance of the class.

public CircularTickLabelMinor()

Properties

EndValue

The last value that should be rendered.

public double EndValue { get; set; }

Property Value

double:

The default value is double.NaN.

SkipValues

The values that should not be rendered.

public DoubleCollection? SkipValues { get; set; }

Property Value

DoubleCollection

StartValue

The first value that should be rendered.

public double StartValue { get; set; }

Property Value

double:

The default value is double.NaN.

Methods

GetValues()

Returns the values to be rendered by this tick label element.

protected override DoubleCollection? GetValues()

Returns

DoubleCollection

Fields

EndValueProperty

Defines the EndValue property.

public static readonly DependencyProperty EndValueProperty

SkipValuesProperty

Defines the SkipValues property.

public static readonly DependencyProperty SkipValuesProperty

StartValueProperty

Defines the StartValue property.

public static readonly DependencyProperty StartValueProperty

Inherited Members

Extension Methods