ArcScale Members
In This Article
#Constructors
Name | Description |
---|---|
Arc |
Initializes a new instance of the Arc |
Arc |
Initializes a new instance of the Arc |
#Properties
Name | Description |
---|---|
Angle |
Gets or sets the angle, measured in degrees, at which the current object is displayed.
Inherited from Base |
Appearance | Provides access to appearance settings of the scale. |
Auto |
Gets or sets whether the scale’s range of values is automatically expanded when the scale’s current Value reaches either the Arc |
Bound |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Center | Gets or sets the center of the scale arc. |
Custom |
Gets or sets a value specifying a logarithmic base when the Arc |
Enabled |
Gets or sets whether the object is enabled.
Inherited from Base |
End |
Gets or sets the angle at which the scale ends. |
Hit |
Gets or sets whether the hit-testing feature is enabled for the current object.
Inherited from Base |
Is |
Gets a value indicating that the arc scale is currently being animated. |
Is |
This property is reserved for future use. |
Is |
Gets whether the form is currently being disposed of.
Inherited from Base |
Is |
Gets whether the current object is identical to the some predefined empty Arc |
Is |
This property is reserved for future use. |
Is |
Gets whether the object has been locked by the Base |
Is |
Gets whether the object has been locked for updating.
Inherited from Base |
Is |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Labels | Provides access to the collection of text labels displayed on the same layer as the current scale. |
Location |
Gets or sets the object’s location.
Inherited from Base |
Logarithmic | Gets or sets a value indicating whether the axis should display its numerical values using a logarithmic scale. |
Logarithmic |
Gets or sets a value specifying a logarithmic base when the Arc |
Major |
Gets or sets the total number of major tickmarks displayed on a circular scale. |
Major |
Provides access to major tick marks’ display options. |
Max |
Gets or sets the maximum value of the circular scale. |
Minor |
Gets or sets the number of minor tickmarks on the scale between adjacent major tickmarks. |
Minor |
Provides access to minor tick marks’ display options. |
Min |
Gets or sets the minimum value of the circular scale. |
Needle |
Identifies the current direction of a vector pointing to the current value. |
Parent |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Parent |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Percent | Gets the percent of the current value, in relation to the scale’s minimum and maximum values. |
Radius |
Gets or sets the X radius of the scale arc. |
Radius |
Gets or sets the Y radius of the scale arc. |
Ranges | Provides access to the collection of custom ranges with which you can mark specific value ranges along the scale. |
Renderable |
Gets or sets whether the object can be rendered on a graphics surface.
Inherited from Base |
Rescaling |
Enables an algorithm for smart adjustment of the Arc |
Rescaling |
Specifies the threshold, in percents, where the automatic correction of the Arc |
Rescaling |
Specifies the threshold, in percents, where the automatic correction of the Arc |
Scale |
Gets or sets the object’s scale along the X and Y axes.
Inherited from Base |
Scale |
Gets the length of the scale. |
Shader |
Gets or sets an object that allows the color of the object to be modified.
Inherited from Base |
Shapes |
Gets the collection of inner elements of the current object.
Inherited from Base |
Start |
Gets or sets the angle at which the scale starts. |
Tick |
Gets the total number of major and minor tick marks on the scale. |
Transform |
Gets or sets the transformation matrix.
Inherited from Base |
Type |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Use |
Gets or sets whether this scale should use Color Schemes. |
Value | Gets or sets the scale’s current value. |
ZOrder |
Gets or sets the Z-Order of the object.
Inherited from Base |
#Methods
Name | Description |
---|---|
Assign |
Copies settings of the specified object to the current object. |
Begin |
Prevents the transformation of the Base |
Calc |
Retrieves information on the object’s inner element, located under the specified point.
Inherited from Base |
Cancel |
Unlocks the object after the Begin |
Create |
Creates a label object of the type that is compatible with the current Arc |
Create |
Creates a range object of the type that is compatible with the current Arc |
Dispose() |
Disposes the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the actual value that has been assigned to the scale. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Returns whether the current object has different settings than the specified one. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Percent |
Converts the specified percent value to the corresponding point along the scale. |
Percent |
Converts the specified percent to a value. |
Point |
Converts a point to a percent value. |
Point |
|
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset |
Resets the object’s location, rotation angle and scale factor.
Inherited from Base |
To |
Returns a string that represents the current object. Inherited from Object. |
Value |
Returns the percent of the specified value in relation to the scale’s minimum and maximum values. |
Wait |
For internal use only.
Inherited from Base |
Xtra |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Xtra |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Xtra |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
#Events
Name | Description |
---|---|
Animating |
Occurs before the Arc |
Animation |
Occurs after the Arc |
Changed |
Occurs after any property of the Base |
Custom |
Occurs before every gauge element is drawn, allowing you to draw it in a custom manner.
Inherited from Base |
Custom |
Allows you to implement a custom algorithm for adjusting the Arc |
Custom |
Allows you to dynamically customize the text of tickmarks. |
Disposed |
Occurs after the Base |
Geometry |
Fires after any of the following properties has changed: Arc |
Min |
Fires when the value of the Arc |
Value |
Fires after the scale’s current value (Arc |
See Also