RadialGaugeScale
Configures the scale of a RadialGauge. Children: RadialGaugeScaleLabels, RadialGaugeScaleMajorTicks, RadialGaugeScaleMinorTicks, RadialGaugeScaleRanges.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class RadialGaugeScale : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentRadialGaugeScale
Implements:
Inherited Members
Constructors
public RadialGaugeScale()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
[Parameter]
public RenderFragment ChildContent { get; set; }
The end angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
[Parameter]
public double? EndAngle { get; set; }
The interval between major divisions.
[Parameter]
public double? MajorUnit { get; set; }
The interval between minor divisions.
[Parameter]
public double? MinorUnit { get; set; }
The distance from the range indicators to the ticks.
[Parameter]
public double? RangeDistance { get; set; }
The default color for the ranges.
[Parameter]
public string RangePlaceholderColor { get; set; }
The width of the range indicators.
[Parameter]
public double? RangeSize { get; set; }
Reverses the scale direction - values are increase anticlockwise.
[Parameter]
public bool? Reverse { get; set; }
The start angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
[Parameter]
public double? StartAngle { get; set; }