windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-8f81f456.md
Represents a range bar within linear gauges.
Namespace : DevExpress.XtraGauges.Win.Gauges.Linear
Assembly : DevExpress.XtraGauges.v25.2.Win.dll
NuGet Package : DevExpress.Win.Gauges
public class LinearScaleRangeBarComponent :
LinearScaleRangeBar,
ISupportInitialize,
IBindableComponent,
IComponent,
IDisposable,
ISupportVisualDesigning,
ISupportPropertyGridWrapper,
ICustomizationFrameClient,
ISupportCustomizeAction,
ISupportAssign<LinearScaleRangeBarComponent>
Public Class LinearScaleRangeBarComponent
Inherits LinearScaleRangeBar
Implements ISupportInitialize,
IBindableComponent,
IComponent,
IDisposable,
ISupportVisualDesigning,
ISupportPropertyGridWrapper,
ICustomizationFrameClient,
ISupportCustomizeAction,
ISupportAssign(Of LinearScaleRangeBarComponent)
The following members return LinearScaleRangeBarComponent objects:
See Analog Gauges to learn more.
Object BaseObject DevExpress.XtraGauges.Core.Base.BaseElement<DevExpress.XtraGauges.Core.Primitive.IRenderableElement> DevExpress.XtraGauges.Core.Base.BaseLeaf<DevExpress.XtraGauges.Core.Primitive.IRenderableElement> BaseLeafPrimitive BaseScaleComponent BaseScaleDependentComponent<DevExpress.XtraGauges.Core.Model.BaseRangeBarProvider> BaseRangeBar LinearScaleRangeBar LinearScaleRangeBarComponent
See Also