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