Class ChartBase<TSeries>
Base chart component.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizComponent
ChartBase<TSeries>
Inherited Members
Namespace: Telerik.Generated.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public abstract class ChartBase<TSeries> : DataVizComponent, IDisposable, IChart where TSeries : ChartSeriesBase
Type Parameters
TSeries
|
Constructors
ChartBase()
Declaration
protected ChartBase()
Properties
Id
Specifies the id of the component.
Declaration
public string Id { get; set; }
Property Value
System.String
|
OnAxisLabelClick
Specifies the axis label click event.
Declaration
public EventCallback<ChartAxisLabelClickEventArgs> OnAxisLabelClick { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<ChartAxisLabelClickEventArgs>
|
OnLegendItemClick
Specifies the legend item click event.
Declaration
public EventCallback<ChartLegendItemClickEventArgs> OnLegendItemClick { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<ChartLegendItemClickEventArgs>
|
OnSeriesClick
Specifies the series click event.
Declaration
public EventCallback<ChartSeriesClickEventArgs> OnSeriesClick { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<ChartSeriesClickEventArgs>
|
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
Telerik.Generated.Blazor.Components.DataVizComponent.Dispose()
OnAfterRender(Boolean)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
System.Boolean
firstRender
|
Overrides
Telerik.Generated.Blazor.Components.DataVizComponent.OnAfterRender(System.Boolean)
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
Telerik.Generated.Blazor.Components.DataVizComponent.OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Telerik.Generated.Blazor.Components.DataVizComponent.OnParametersSet()