Skip to main content
A newer version of this page is available. .

ArcScaleComponent Properties

Represents a scale within a circular gauge.
Name Description
Angle Gets or sets the angle, measured in degrees, at which the current object is displayed. Inherited from BaseLeafPrimitive.
Appearance Provides access to appearance settings of the scale. Inherited from ArcScale.
AppearanceMajorTickmark Provides access to appearance options of major tick marks.
AppearanceMinorTickmark Provides access to appearance options of minor tick marks.
AppearanceScale Provides access to appearance settings of the scale arc.
AppearanceTickmarkText Provides access to appearance settings of tick mark text labels.
AppearanceTickmarkTextBackground Provides access to appearance settings of the background of tick mark text labels.
AutoRescaling Gets or sets whether the scale’s range of values is automatically expanded when the scale’s current Value reaches either the ArcScale.MinValue or ArcScale.MaxValue. Inherited from ArcScale.
BindingContext Gets or sets the BindingContext for the control.
BoundElementName This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseLeafPrimitive.
Center Gets or sets the center of the scale arc. Inherited from ArcScale.
CustomLogarithmicBase Gets or sets a value specifying a logarithmic base when the ArcScale.Logarithmic property is set to true and ArcScale.LogarithmicBase is set to LogarithmicBase.Custom. Inherited from ArcScale.
DataBindings Provides access to the collection of data bindings for the control.
EasingFunction Gets or sets an animation function that defines how values change during animation.
EasingMode Gets or sets a value that specifies how the animation interpolates.
EnableAnimation Gets or sets a value specifying whether value indicators should be animated when changing their values.
Enabled Gets or sets whether the object is enabled. Inherited from BaseLeafPrimitive.
EndAngle Gets or sets the angle at which the scale ends. Inherited from ArcScale.
FrameCount Gets or sets the time interval between two animation steps, in ticks.
FrameDelay Gets or sets the animation duration, in ticks.
HitTestEnabled Gets or sets whether the hit-testing feature is enabled for the current object. Inherited from BaseLeafPrimitive.
IsAnimating Gets a value indicating whether or not the animation is currently running.
IsDiscrete This property is reserved for future use. Inherited from ArcScale.
IsDisposing Gets whether the form is currently being disposed of. Inherited from BaseObject.
IsEmpty Gets whether the current object is identical to the some predefined empty ArcScale object. Inherited from ArcScale.
IsLogarithmic This property is reserved for future use. Inherited from ArcScale.
IsTransformLocked Gets whether the object has been locked by the BaseLeafPrimitive.BeginTransform method. Inherited from BaseLeafPrimitive.
IsUpdateLocked Gets whether the object has been locked for updating. Inherited from BaseObject.
IsXtraSerializing This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseLeafPrimitive.
Labels Provides access to the collection of text labels displayed on the same layer as the current scale. Inherited from ArcScale.
Location Gets or sets the object’s location. Inherited from BaseLeafPrimitive.
Logarithmic Gets or sets a value indicating whether the axis should display its numerical values using a logarithmic scale. Inherited from ArcScale.
LogarithmicBase Gets or sets a value specifying a logarithmic base when the ArcScale.Logarithmic property is enabled. Inherited from ArcScale.
MajorTickCount Gets or sets the total number of major tickmarks displayed on a circular scale. Inherited from ArcScale.
MajorTickmark Provides access to major tick marks’ display options. Inherited from ArcScale.
MaxValue Gets or sets the maximum value of the circular scale. Inherited from ArcScale.
MinorTickCount Gets or sets the number of minor tickmarks on the scale between adjacent major tickmarks. Inherited from ArcScale.
MinorTickmark Provides access to minor tick marks’ display options. Inherited from ArcScale.
MinValue Gets or sets the minimum value of the circular scale. Inherited from ArcScale.
NeedleVector Identifies the current direction of a vector pointing to the current value. Inherited from ArcScale.
ParentCollectionName This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseLeafPrimitive.
ParentName This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseLeafPrimitive.
Percent Gets the percent of the current value, in relation to the scale’s minimum and maximum values. Inherited from ArcScale.
RadiusX Gets or sets the X radius of the scale arc. Inherited from ArcScale.
RadiusY Gets or sets the Y radius of the scale arc. Inherited from ArcScale.
Ranges Provides access to the collection of custom ranges with which you can mark specific value ranges along the scale. Inherited from ArcScale.
Renderable Gets or sets whether the object can be rendered on a graphics surface. Inherited from BaseLeafPrimitive.
RescalingBestValues Enables an algorithm for smart adjustment of the ArcScale.MinValue and ArcScale.MaxValue properties when the ArcScale.AutoRescaling property is set to true. Inherited from ArcScale.
RescalingThresholdMax Specifies the threshold, in percents, where the automatic correction of the ArcScale.MaxValue takes place. This property is in effect if the ArcScale.AutoRescaling property is set to true. Inherited from ArcScale.
RescalingThresholdMin Specifies the threshold, in percents, where the automatic correction of the ArcScale.MinValue takes place. This property is in effect if the ArcScale.AutoRescaling property is set to true. Inherited from ArcScale.
ScaleFactor Gets or sets the object’s scale along the X and Y axes. Inherited from BaseLeafPrimitive.
ScaleLength Gets the length of the scale. Inherited from ArcScale.
Shader Gets or sets an object that allows the color of the object to be modified. Inherited from BaseLeafPrimitive.
Shapes Gets the collection of inner elements of the current object. Inherited from BaseLeafPrimitive.
StartAngle Gets or sets the angle at which the scale starts. Inherited from ArcScale.
TickCount Gets the total number of major and minor tick marks on the scale. Inherited from ArcScale.
Transform Gets or sets the transformation matrix. Inherited from BaseLeafPrimitive.
TypeNameEx This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseLeafPrimitive.
UseColorScheme Gets or sets whether this scale should use Color Schemes. Inherited from ArcScale.
Value Gets or sets the scale’s current value. Inherited from ArcScale.
ZOrder Gets or sets the Z-Order of the object. Inherited from BaseLeafPrimitive.
See Also