Class TelerikChart
Telerik UI Chart component.
Inheritance
System.Object
Telerik.Generated.Blazor.Components.DataVizComponent
TelerikChart
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikChart : ChartBase<ChartSeries>, IDisposable
Constructors
TelerikChart()
Declaration
public TelerikChart()
Properties
RenderAs
Specifies the preferred widget rendering mode.
Declaration
public Nullable<RenderingMode> RenderAs { get; set; }
Property Value
System.Nullable<RenderingMode>
|
Transitions
If set to true the chart will play animations when displaying the series. By default animations are enabled.
Declaration
public Nullable<bool> Transitions { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|