Class
TelerikChart

Telerik UI Chart component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TelerikChart : ChartBase<ChartSeries>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentDataVizComponentChartBase<ChartSeries>TelerikChart

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ChartBase<ChartSeries>.OnParametersSet()ChartBase<ChartSeries>.OnAfterRender(bool)ChartBase<ChartSeries>.Dispose()ChartBase<ChartSeries>.IdChartBase<ChartSeries>.OnSeriesClickChartBase<ChartSeries>.OnLegendItemClickChartBase<ChartSeries>.OnAxisLabelClickBaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.OnParametersSetAsync()ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

TelerikChart()

Declaration

cs-api-definition
public TelerikChart()

Properties

OnDrilldown

Specifies the drilldown event.

Declaration

cs-api-definition
[Parameter]
public EventCallback<ChartDrilldownEventArgs> OnDrilldown { get; set; }

Property Value

EventCallback<ChartDrilldownEventArgs>

RenderAs

Specifies the preferred widget rendering mode.

Declaration

cs-api-definition
[Parameter]
public RenderingMode? RenderAs { get; set; }

Property Value

RenderingMode?

Transitions

If set to true the chart will play animations when displaying the series. By default animations are enabled.

Declaration

cs-api-definition
[Parameter]
public bool? Transitions { get; set; }

Property Value

bool?

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ChartBase<ChartSeries>.OnInitialized()

ResetDrilldownLevel(int)

Resets the drilldown level of the chart.

Declaration

cs-api-definition
public void ResetDrilldownLevel(int level)

Parameters

level

int