LinearGaugeScale
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class LinearGaugeScale : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentLinearGaugeScale
Implements:
Inherited Members
Constructors
C#
public LinearGaugeScale()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
The child content of the LinearGaugeScale. Children: LinearGaugeScaleLabels, LinearGaugeScaleLine, LinearGaugeScaleMajorTicks, LinearGaugeScaleMinorTicks, LinearGaugeScaleRanges.
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The interval between major divisions.
C#
[Parameter]
public double? MajorUnit { get; set; }
The interval between minor divisions.
C#
[Parameter]
public double? MinorUnit { get; set; }
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.
C#
[Parameter]
public bool? Mirror { get; set; }
Reverses the axis direction - values increase from right to left and from top to bottom.
C#
[Parameter]
public bool? Reverse { get; set; }