MindFusion.Wpf Pack Programmer's Guide
LinearScale Properties
 


 Public Properties

  Name Description

CustomFunction

Gets or sets the function to be used for distribution of values along the scale when FunctionType is set to Custom. (Inherited from BaseScale.)

DefaultPointerStyle

Gets or sets the default style for pointers in this scale. This is a dependency property. (Inherited from BaseScale.)

EnableAnimation

Gets or sets a value indicating whether animations in the scale are enabled. This is a dependency property. (Inherited from BaseScale.)

EndWidth

Gets or sets the width of the scale bar at its end. This is a dependency property. (Inherited from BaseScale.)

Fill

Gets or sets the brush used to fill the scale. This is a dependency property. (Inherited from BaseScale.)

FunctionArgument

Gets or sets the argument passed to custom functions. This is a dependency property. (Inherited from BaseScale.)

FunctionType

The type of the function used to calculate the distribution of values along the scale. This is a dependency property. (Inherited from BaseScale.)

Left

Gets or sets the distance between the left of this scale and the left of its container. This is a dependency property.

LogarithmBase

Gets or sets the logarithm base when FunctionType is set to Logarithmic. This is a dependency property. (Inherited from BaseScale.)

MajorTickSettings

Gets or sets the settings for the major ticks and their associated labels. This is a dependency property. (Inherited from BaseScale.)

MaxValue

Gets or sets the maximal value displayed by the scale. This is a dependency property. (Inherited from BaseScale.)

MiddleTickSettings

Gets or sets the settings for the middle ticks and their associated labels. This is a dependency property. (Inherited from BaseScale.)

MinorTickSettings

Gets or sets the settings for the minor ticks and their associated labels. This is a dependency property. (Inherited from BaseScale.)

MinValue

Gets or sets the minimal value displayed by the scale. This is a dependency property. (Inherited from BaseScale.)

Orientation

Gets or sets the orientation of the scale. This is a dependency property.

PointerAnimationDecelerationRatio

Gets or sets the deceleration ratio of the animation of animated pointers. This is a dependency property. (Inherited from BaseScale.)

PointerAnimationDuration

Gets or sets the duration of the animation of animated pointers. This is a dependency property. (Inherited from BaseScale.)

Pointers

Gets or sets a collection with the pointers displayed in the scale. This is a dependency property. (Inherited from BaseScale.)

Ranges

Gets or sets a collection with the ranges displayed in the scale. This is a dependency property. (Inherited from BaseScale.)

ReversedCustomFunction

Gets or sets the reversed version of the function specified through CustomFunction. (Inherited from BaseScale.)

ScaleAlignment

Gets or sets the alignment of the scale. This is a dependency property.

ScaleLength

Gets or sets the length of the scale. This is a dependency property.

StartWidth

Gets or sets the width of the scale bar at its beginning. This is a dependency property. (Inherited from BaseScale.)

Stroke

Gets or sets the brush used to stroke the scale. This is a dependency property. (Inherited from BaseScale.)

StrokeThickness

Gets or sets the thickness of the scale stroke. This is a dependency property. (Inherited from BaseScale.)

Top

Gets or sets the distance between the top of the scale and the top of its container. This is a dependency property.

 See Also

LinearScale Class
MindFusion.Gauges.Wpf Namespace