Kendo.Mvc.UI.Fluent.ChartSeriesAggregateSettingsBuilder
Defines the fluent API for configuring ChartSeriesAggregateSettings
Properties
Container
Gets the 1 container.
Methods
Close(Kendo.Mvc.UI.ChartSeriesAggregate)
Specifies the aggregate for the close value. Applicable to "candlestick" series.
Parameters
value Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for the close value. Applicable to "candlestick" series.
Parameters
handler System.Func<System.Object,System.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 Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for the high value. Applicable to "candlestick" series.
Parameters
handler System.Func<System.Object,System.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 Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for the low value. Applicable to "candlestick" series.
Parameters
handler System.Func<System.Object,System.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 Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for the open value. Applicable to "candlestick" series.
Parameters
handler System.Func<System.Object,System.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 Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for the lower value. Applicable to "boxPlot" series.
Parameters
handler System.Func<System.Object,System.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 Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for the mean value. Applicable to "boxPlot" series.
Parameters
handler System.Func<System.Object,System.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 Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for the median value. Applicable to "boxPlot" series.
Parameters
handler System.Func<System.Object,System.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 Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for outliers. Applicable to "boxPlot" series.
Parameters
handler System.Func<System.Object,System.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 Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for the q1 value. Applicable to "boxPlot" series.
Parameters
handler System.Func<System.Object,System.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 Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for the q3 value. Applicable to "boxPlot" series.
Parameters
handler System.Func<System.Object,System.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 Kendo.Mvc.UI.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<System.Object,System.Object>)
Specifies the aggregate for the upper value. Applicable to "boxPlot" series.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.