ClassLinearGaugeScaleRange
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class LinearGaugeScaleRange : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentLinearGaugeScaleRange
Implements:
Inherited Members
Constructors
LinearGaugeScaleRange()
Declaration
public LinearGaugeScaleRange()
Properties
Color
The color of the range. Any valid CSS color string will work here, including hex and rgb.
From
The start position of the range in scale units.
Opacity
The opacity of the range.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides