Base chart component.
Definition
Namespace:Telerik.Generated.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TGaugeCenterLabel
Syntax:
C#
public abstract class ArcGaugeBase<TGaugeCenterLabel> : DataVizComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable where TGaugeCenterLabel : ArcGaugeCenterLabelBase
Inheritance: objectComponentBaseBaseComponentDataVizComponentArcGaugeBase<TGaugeCenterLabel>
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected ArcGaugeBase()
Methods
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides: