ClassLinearGaugeScaleLine
Class
Telerik UI LinearGaugeScaleLine.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class LinearGaugeScaleLine : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentLinearGaugeScaleLine
Implements:
Inherited Members
Constructors
LinearGaugeScaleLine()
Declaration
public LinearGaugeScaleLine()
Properties
Color
The color of the lines. Any valid CSS color string will work here, including hex and rgb.
DashType
Specifies the dash type.
Visible
The visibility of the lines.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides