New to Telerik UI for ASP.NET Core? Download free 30-day trial

ChartSeriesAggregateSettingsBuilder

Methods

Close(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for the close value. Applicable to "candlestick" series.

Parameters

value - ChartSeriesAggregate

The value for Close

CloseHandler(System.String)

Specifies the aggregate for the close value. Applicable to "candlestick" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

CloseHandler(System.Func)

Specifies the aggregate for the close value. Applicable to "candlestick" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

High(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for the high value. Applicable to "candlestick" series.

Parameters

value - ChartSeriesAggregate

The value for High

HighHandler(System.String)

Specifies the aggregate for the high value. Applicable to "candlestick" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

HighHandler(System.Func)

Specifies the aggregate for the high value. Applicable to "candlestick" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Low(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for the low value. Applicable to "candlestick" series.

Parameters

value - ChartSeriesAggregate

The value for Low

LowHandler(System.String)

Specifies the aggregate for the low value. Applicable to "candlestick" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

LowHandler(System.Func)

Specifies the aggregate for the low value. Applicable to "candlestick" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Open(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for the open value. Applicable to "candlestick" series.

Parameters

value - ChartSeriesAggregate

The value for Open

OpenHandler(System.String)

Specifies the aggregate for the open value. Applicable to "candlestick" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

OpenHandler(System.Func)

Specifies the aggregate for the open value. Applicable to "candlestick" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Lower(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for the lower value. Applicable to "boxPlot" series.

Parameters

value - ChartSeriesAggregate

The value for Lower

LowerHandler(System.String)

Specifies the aggregate for the lower value. Applicable to "boxPlot" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

LowerHandler(System.Func)

Specifies the aggregate for the lower value. Applicable to "boxPlot" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Mean(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for the mean value. Applicable to "boxPlot" series.

Parameters

value - ChartSeriesAggregate

The value for Mean

MeanHandler(System.String)

Specifies the aggregate for the mean value. Applicable to "boxPlot" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

MeanHandler(System.Func)

Specifies the aggregate for the mean value. Applicable to "boxPlot" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Median(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for the median value. Applicable to "boxPlot" series.

Parameters

value - ChartSeriesAggregate

The value for Median

MedianHandler(System.String)

Specifies the aggregate for the median value. Applicable to "boxPlot" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

MedianHandler(System.Func)

Specifies the aggregate for the median value. Applicable to "boxPlot" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Outliers(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for outliers. Applicable to "boxPlot" series.

Parameters

value - ChartSeriesAggregate

The value for Outliers

OutliersHandler(System.String)

Specifies the aggregate for outliers. Applicable to "boxPlot" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

OutliersHandler(System.Func)

Specifies the aggregate for outliers. Applicable to "boxPlot" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Q1(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for the q1 value. Applicable to "boxPlot" series.

Parameters

value - ChartSeriesAggregate

The value for Q1

Q1Handler(System.String)

Specifies the aggregate for the q1 value. Applicable to "boxPlot" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Q1Handler(System.Func)

Specifies the aggregate for the q1 value. Applicable to "boxPlot" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Q3(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for the q3 value. Applicable to "boxPlot" series.

Parameters

value - ChartSeriesAggregate

The value for Q3

Q3Handler(System.String)

Specifies the aggregate for the q3 value. Applicable to "boxPlot" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Q3Handler(System.Func)

Specifies the aggregate for the q3 value. Applicable to "boxPlot" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Upper(Kendo.Mvc.UI.ChartSeriesAggregate)

Specifies the aggregate for the upper value. Applicable to "boxPlot" series.

Parameters

value - ChartSeriesAggregate

The value for Upper

UpperHandler(System.String)

Specifies the aggregate for the upper value. Applicable to "boxPlot" series.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

UpperHandler(System.Func)

Specifies the aggregate for the upper value. Applicable to "boxPlot" series.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?