In This Article

LinearTickBase Class

Represents the base class for linear tick marks and labels.

public abstract class LinearTickBase : TickBase, ILogicalParent, IVisualParent
Inheritance:
object Visual UIElement FrameworkElement GaugeElement TickBase object
Derived:
LinearTickLabelBase LinearTickMarkBase
Implements:
ILogicalParent IVisualParent

Remarks

For detailed documentation on this control's features and how to use them, please see the Gauge documentation topics.

Constructors

LinearTickBase()

Initializes an instance of the class.

protected LinearTickBase()

Properties

Orientation

Gets the associated orientation of this element, which is inherited/set via an attached property on LinearGauge.

protected Orientation Orientation { get; }

Property Value

Orientation:

The orientation.

ScaleBarAscent

Gets the ascent of the bar in the associated ScaleBase.

protected double ScaleBarAscent { get; }

Property Value

double:

The ascent of the bar.

ScaleBarExtent

Gets the extent of the bar in the associated ScaleBase.

protected double ScaleBarExtent { get; }

Property Value

double:

The extent of the bar.

Methods

CalculateExtent(double)

Calculates an extent (not including the left/top offsets) for the specified value.

protected double CalculateExtent(double value)
Parameter Type Description
value double

The value.

Returns

double

Inherited Members