New to Telerik UI for BlazorStart a free 30-day trial

A financial chart tailored for time-series data with pan/zoom and navigator support. Define content via StockChartSeries and tooltips with ChartTooltipBase; uses the stock chart constructor through JS interop for specialized behaviors. Children: StockChartSeriesItems, StockChartNavigator, StockChartCategoryAxes.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
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>.OnAxisLabelClickChartBase<StockChartSeries>.OnZoomStartChartBase<StockChartSeries>.OnZoomEndChartBase<StockChartSeries>.OnDragStartChartBase<StockChartSeries>.OnDragEndDataVizComponent.Refresh()DataVizComponent.ChildContentDataVizComponent.WidthDataVizComponent.HeightBaseComponent.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.InvokeVoidAsyncWithoutAwait(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.DispatchExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)...

Constructors

C#
public TelerikStockChart()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

Properties

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)/".

C#
[Parameter]
public string DateField { get; set; }

Specifies the preferred widget rendering mode.

C#
[Parameter]
public RenderingMode? RenderAs { get; set; }

A value indicating if transition animations should be played.

C#
[Parameter]
public bool? Transitions { get; set; }