Search
OvalScale Properties
 


 Public Properties

  Name Description

Bounds

Gets or sets the bounding rectangle of this element. (Inherited from VisualElement.)

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.)

EndAngle

Gets or sets the end angle of the scale.

EndWidth

Gets or sets the width of the scale bar at its end. (Inherited from BaseScale.)

Fill

Gets or sets the fill of this element. (Inherited from VisualElement.)

FunctionArgument

Gets or sets the argument passed to custom functions. (Inherited from BaseScale.)

FunctionType

Gets or sets the type of the function used to calculate the distribution of values along the scale. (Inherited from BaseScale.)

Height

Gets or sets the normalized height of this element. (Inherited from VisualElement.)

LogarithmBase

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

MajorTickSettings

Gets or sets the settings for the major ticks and their associated labels. (Inherited from BaseScale.)

Margin

Gets or sets the margin of this element. (Inherited from VisualElement.)

MaxValue

Gets or sets the maximal value displayed by the scale. (Inherited from BaseScale.)

MiddleTickSettings

Gets or sets the settings for the middle ticks and their associated labels. (Inherited from BaseScale.)

MinorTickSettings

Gets or sets the settings for the minor ticks and their associated labels. (Inherited from BaseScale.)

MinValue

Gets or sets the minimal value displayed by the scale. (Inherited from BaseScale.)

Name

Gets or sets the name of this element. (Inherited from VisualElement.)

Pointers

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

Ranges

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

RenderSize

Gets or sets the rendering size of the element. (Inherited from VisualElement.)

ReversedCustomFunction

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

ScaleChildren

Gets or sets a collection with elements displayed in the scale. (Inherited from BaseScale.)

ScaleRelativeCenter

Gets or sets the center of the scale relative to the scale bounds. A value of (0.5, 0.5) indicates the center of the bounds, a value of (0, 0) indicates the top-left corner.

ScaleRelativeRadius

Gets or sets the radius of the scale relative to the scale bounds. A value of 0.5 indicates that the radius is half the size of the scale.

Size

Gets or sets the size of this element. (Inherited from VisualElement.)

StartAngle

Gets or sets the start angle of the scale.

StartWidth

Gets or sets the width of the scale bar at its beginning. (Inherited from BaseScale.)

Stroke

Gets or sets the stroke of this element. (Inherited from VisualElement.)

X

Gets or sets the normalized x position of this element, relative to its parent. (Inherited from VisualElement.)

Y

Gets or sets the normalized y position of this element, relative to its parent. (Inherited from VisualElement.)

 See Also