ClassLinearGaugeScale
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class LinearGaugeScale : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentLinearGaugeScale
Implements:
Inherited Members
Constructors
LinearGaugeScale()
Declaration
cs-api-definition
public LinearGaugeScale()
Properties
ChildContent
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
MajorUnit
The interval between major divisions.
Declaration
cs-api-definition
[Parameter]
public double? MajorUnit { get; set; }
Property Value
Max
The maximum value of the scale.
Min
The minimum value of the scale.
MinorUnit
The interval between minor divisions.
Declaration
cs-api-definition
[Parameter]
public double? MinorUnit { get; set; }
Property Value
Mirror
Mirrors the scale labels and ticks. If the labels are normally on the left side of the scale, mirroring the scale will render them to the right.
Reverse
Reverses the axis direction - values increase from right to left and from top to bottom.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
cs-api-definition
public override void Dispose()
Overrides