LinearGaugeScaleSettingsBuilder

Methods

Line(System.Action)

Configures the axis line.

Parameters

configurator - System.Action<LinearGaugeScaleLineSettingsBuilder>

The configurator for the line setting.

RETURNS

Returns the current instance of LinearGaugeScaleSettingsBuilder .

Labels(System.Action)

Configures the scale labels.

Parameters

configurator - System.Action<LinearGaugeScaleLabelsSettingsBuilder>

The configurator for the labels setting.

RETURNS

Returns the current instance of LinearGaugeScaleSettingsBuilder .

MajorTicks(System.Action)

Configures the scale major ticks.

Parameters

configurator - System.Action<LinearGaugeScaleMajorTicksSettingsBuilder>

The configurator for the majorticks setting.

RETURNS

Returns the current instance of LinearGaugeScaleSettingsBuilder .

MajorUnit(System.Double)

The interval between major divisions.

Parameters

value - System.Double

The value for MajorUnit

RETURNS

Returns the current LinearGaugeScaleSettingsBuilder instance.

Max(System.Double)

The maximum value of the scale.

Parameters

value - System.Double

The value for Max

RETURNS

Returns the current LinearGaugeScaleSettingsBuilder instance.

Min(System.Double)

The minimum value of the scale.

Parameters

value - System.Double

The value for Min

RETURNS

Returns the current LinearGaugeScaleSettingsBuilder instance.

MinorTicks(System.Action)

Configures the scale minor ticks.

Parameters

configurator - System.Action<LinearGaugeScaleMinorTicksSettingsBuilder>

The configurator for the minorticks setting.

RETURNS

Returns the current instance of LinearGaugeScaleSettingsBuilder .

MinorUnit(System.Double)

The interval between minor divisions.

Parameters

value - System.Double

The value for MinorUnit

RETURNS

Returns the current LinearGaugeScaleSettingsBuilder instance.

Mirror(System.Boolean)

Mirrors the scale labels and ticks. If the labels are normally on the left side of the scale, mirroring the scale will render them to the right.

Parameters

value - System.Boolean

The value for Mirror

RETURNS

Returns the current LinearGaugeScaleSettingsBuilder instance.

Ranges(System.Action)

The ranges of the scale.

Parameters

configurator - System.Action<LinearGaugeScaleSettingsRangeFactory>

The configurator for the ranges setting.

RETURNS

Returns the current instance of LinearGaugeScaleSettingsBuilder .

RangePlaceholderColor(System.String)

The default color for the ranges.

Parameters

value - System.String

The value for RangePlaceholderColor

RETURNS

Returns the current LinearGaugeScaleSettingsBuilder instance.

RangeSize(System.Double)

The width of the range indicators.

Parameters

value - System.Double

The value for RangeSize

RETURNS

Returns the current LinearGaugeScaleSettingsBuilder instance.

Reverse(System.Boolean)

Reverses the axis direction - values increase from right to left and from top to bottom.

Parameters

value - System.Boolean

The value for Reverse

RETURNS

Returns the current LinearGaugeScaleSettingsBuilder instance.

Reverse()

Reverses the axis direction - values increase from right to left and from top to bottom.

RETURNS

Returns the current LinearGaugeScaleSettingsBuilder instance.

Vertical(System.Boolean)

The position of the gauge.

Parameters

value - System.Boolean

The value for Vertical

RETURNS

Returns the current LinearGaugeScaleSettingsBuilder instance.