Class
TelerikStockChart

Telerik UI StockChart component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TelerikStockChart : ChartBase<StockChartSeries>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentDataVizComponentChartBase<StockChartSeries>TelerikStockChart

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ChartBase<StockChartSeries>.OnInitialized()ChartBase<StockChartSeries>.OnParametersSet()ChartBase<StockChartSeries>.OnAfterRender(bool)ChartBase<StockChartSeries>.Dispose()ChartBase<StockChartSeries>.IdChartBase<StockChartSeries>.OnSeriesClickChartBase<StockChartSeries>.OnLegendItemClickChartBase<StockChartSeries>.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

TelerikStockChart()

Declaration

cs-api-definition
public TelerikStockChart()

Properties

DateField

The field containing the point date. It is used as a default categoryField for all series.The data item field value must be either: Date instance; String parsable by new Date([field value]) or String in ASP.NET JSON format, i.e. "/Date(1320825600000-0800)/".

Declaration

cs-api-definition
[Parameter]
public string DateField { get; set; }

Property Value

string

RenderAs

Specifies the preferred widget rendering mode.

Declaration

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

Property Value

RenderingMode?

Transitions

A value indicating if transition animations should be played.

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)