ClassTelerikChart
Class
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:
Inherited Members
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
RenderAs
Specifies the preferred widget rendering mode.
Declaration
cs-api-definition
[Parameter]
public RenderingMode? RenderAs { get; set; }
Property Value
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
Overrides
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides
ResetDrilldownLevel(int)
Resets the drilldown level of the chart.