Back to Devexpress

LinearScaleComponent Properties

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-linearscalecomponent-dot-underscore-properties.md

latest16.1 KB
Original Source

LinearScaleComponent Properties

Represents a scale within a linear gauge.

NameDescription
AngleGets or sets the angle, measured in degrees, at which the current object is displayed. Inherited from BaseLeafPrimitive.
AppearanceProvides access to appearance settings of the scale. Inherited from LinearScale.
AppearanceMajorTickmarkProvides access to appearance options of major tick marks.
AppearanceMinorTickmarkProvides access to appearance options of minor tick marks.
AppearanceScaleProvides access to appearance settings of the scale.
AppearanceTickmarkTextProvides access to appearance settings of tick mark text labels.
AppearanceTickmarkTextBackgroundProvides access to appearance settings of the background of tick mark text labels.
AutoRescalingGets or sets whether the scale’s range of values is automatically expanded when the scale’s current Value reaches either the LinearScale.MinValue or LinearScale.MaxValue. Inherited from LinearScale.
BindingContextGets or sets the BindingContext for the control.
BoundElementNameThis property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseLeafPrimitive.
CustomLogarithmicBaseGets 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 LinearScale.
DataBindingsProvides access to the collection of data bindings for the control.
EasingFunctionGets or sets an animation function that defines how values change during animation.
EasingModeGets or sets a value that specifies how the animation interpolates.
EnableAnimationGets or sets a value specifying whether value indicators should be animated when changing their values.
EnabledGets or sets whether the object is enabled. Inherited from BaseLeafPrimitive.
EndPointGets or sets the ending point of the scale. Inherited from LinearScale.
FrameCountGets or sets the time interval between two animation steps, in ticks.
FrameDelayGets or sets the animation duration, in ticks.
HitTestEnabledGets or sets whether the hit-testing feature is enabled for the current object. Inherited from BaseLeafPrimitive.
IsAnimatingGets a value indicating whether or not the animation is currently running.
IsDiscreteThis property is reserved for future use. Inherited from LinearScale.
IsDisposingGets whether the form is currently being disposed of. Inherited from BaseObject.
IsEmptyGets whether the current object is identical to the some predefined empty LinearScale object. Inherited from LinearScale.
IsLogarithmicThis property is reserved for future use. Inherited from LinearScale.
IsTransformLockedGets whether the object has been locked by the BaseLeafPrimitive.BeginTransform method. Inherited from BaseLeafPrimitive.
IsUpdateLockedGets whether the object has been locked for updating. Inherited from BaseObject.
IsXtraSerializingThis property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseLeafPrimitive.
LabelsProvides access to the collection of text labels displayed on the same layer as the current scale. Inherited from LinearScale.
LocationGets or sets the object’s location. Inherited from BaseLeafPrimitive.
LogarithmicGets or sets a value indicating whether the axis should display its numerical values using a logarithmic scale. Inherited from LinearScale.
LogarithmicBaseGets or sets a value specifying a logarithmic base when the LinearScale.Logarithmic property is enabled. Inherited from LinearScale.
MajorTickCountGets or sets the total number of major tickmarks displayed on a linear scale. Inherited from LinearScale.
MajorTickmarkProvides access to major tick marks’ display options. Inherited from LinearScale.
MaxValueGets or sets the maximum value of the linear scale. Inherited from LinearScale.
MinorTickCountGets or sets the number of minor tickmarks on the scale between adjacent major tickmarks. Inherited from LinearScale.
MinorTickmarkProvides access to minor tick marks’ display options. Inherited from LinearScale.
MinValueGets or sets the minimum value of the linear scale. Inherited from LinearScale.
ParentCollectionNameThis property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseLeafPrimitive.
ParentNameThis property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseLeafPrimitive.
PercentGets the percent of the current value, in relation to the scale’s minimum and maximum values. Inherited from LinearScale.
RangesProvides access to the collection of custom ranges with which you can mark specific value ranges along the scale. Inherited from LinearScale.
RenderableGets or sets whether the object can be rendered on a graphics surface. Inherited from BaseLeafPrimitive.
RescalingBestValuesEnables an algorithm for smart adjustment of the LinearScale.MinValue and LinearScale.MaxValue properties when the LinearScale.AutoRescaling property is set to true. Inherited from LinearScale.
RescalingThresholdMaxSpecifies the threshold, in percents, where the automatic correction of the LinearScale.MaxValue takes place. This property is in effect if the LinearScale.AutoRescaling property is set to true. Inherited from LinearScale.
RescalingThresholdMinSpecifies the threshold, in percents, where the automatic correction of the LinearScale.MinValue takes place. This property is in effect if the LinearScale.AutoRescaling property is set to true. Inherited from LinearScale.
ScaleFactorGets or sets the object’s scale along the X and Y axes. Inherited from BaseLeafPrimitive.
ScaleLengthGets the length of the scale, determined by its minimum and maximum value. Inherited from LinearScale.
ShaderGets or sets an object that allows the color of the object to be modified. Inherited from BaseLeafPrimitive.
ShapesGets the collection of inner elements of the current object. Inherited from BaseLeafPrimitive.
StartPointGets or sets the starting point of the scale. Inherited from LinearScale.
TickCountGets the total number of major and minor tick marks on the scale. Inherited from LinearScale.
TransformGets or sets the transformation matrix. Inherited from BaseLeafPrimitive.
TypeNameExThis property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseLeafPrimitive.
UseColorSchemeGets or sets whether this scale should use Color Schemes. Inherited from LinearScale.
ValueGets or sets the scale’s current value. Inherited from LinearScale.
ZOrderGets or sets the Z-Order of the object. Inherited from BaseLeafPrimitive.

See Also

LinearScaleComponent Class

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace