ClassLinearGaugeScale
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class LinearGaugeScale : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentLinearGaugeScale
Implements:
Inherited Members
Constructors
LinearGaugeScale()
Declaration
public LinearGaugeScale()
Properties
ChildContent
The child content of the LinearGaugeScale. Children: LinearGaugeScaleLabels, LinearGaugeScaleLine, LinearGaugeScaleMajorTicks, LinearGaugeScaleMinorTicks, LinearGaugeScaleRanges.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
MajorUnit
The interval between major divisions.
Declaration
[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
[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
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides