ClassArcGaugeScale
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class ArcGaugeScale : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentArcGaugeScale
Implements:
Inherited Members
Constructors
ArcGaugeScale()
Declaration
public ArcGaugeScale()
Properties
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
EndAngle
The end angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
Declaration
[Parameter]
public double? EndAngle { 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
Reverse
Reverses the scale direction - values are increase anticlockwise.
StartAngle
The start angle of the gauge. The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
Declaration
[Parameter]
public double? StartAngle { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides