Kendo.Mvc.UI.Fluent.ChartSeriesErrorBarsSettingsBuilder
Defines the fluent API for configuring ChartSeriesErrorBarsSettings
Properties
Container
Gets the 1 container.
Methods
Value(System.String)
The error bars value.The following value types are supported: "stderr" - the standard error of the series values will be used to calculate the point low and high value; "stddev(n)" - the standard deviation of the series values will be used to calculate the point low and high value. A number can be specified between the parentheses, that will be multiplied by the calculated standard deviation.; "percentage(n)" - a percentage of the point value; A number that will be subtracted/added to the point value; An array that holds the low and high difference from the point value or A function that returns the errorBars point value.
Parameters
value System.String
The value for Value
ValueHandler(System.String)
The error bars value.The following value types are supported: "stderr" - the standard error of the series values will be used to calculate the point low and high value; "stddev(n)" - the standard deviation of the series values will be used to calculate the point low and high value. A number can be specified between the parentheses, that will be multiplied by the calculated standard deviation.; "percentage(n)" - a percentage of the point value; A number that will be subtracted/added to the point value; An array that holds the low and high difference from the point value or A function that returns the errorBars point value.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
ValueHandler(System.Func<System.Object,System.Object>)
The error bars value.The following value types are supported: "stderr" - the standard error of the series values will be used to calculate the point low and high value; "stddev(n)" - the standard deviation of the series values will be used to calculate the point low and high value. A number can be specified between the parentheses, that will be multiplied by the calculated standard deviation.; "percentage(n)" - a percentage of the point value; A number that will be subtracted/added to the point value; An array that holds the low and high difference from the point value or A function that returns the errorBars point value.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Visual(System.String)
A function that can be used to create a custom visual for the error bars. The available argument fields are: rect - the kendo.geometry.Rect that defines where the visual should be rendered.; options - the error bar options.; createVisual - a function that can be used to get the default visual.; low - the error bar low value.; high - the error bar high value. or sender - the chart instance..
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
Visual(System.Func<System.Object,System.Object>)
A function that can be used to create a custom visual for the error bars. The available argument fields are: rect - the kendo.geometry.Rect that defines where the visual should be rendered.; options - the error bar options.; createVisual - a function that can be used to get the default visual.; low - the error bar low value.; high - the error bar high value. or sender - the chart instance..
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
XValue(System.String)
The xAxis error bars value. See the series.errorBars.value option for a list of the supported value types.
Parameters
value System.String
The value for XValue
XValueHandler(System.String)
The xAxis error bars value. See the series.errorBars.value option for a list of the supported value types.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
XValueHandler(System.Func<System.Object,System.Object>)
The xAxis error bars value. See the series.errorBars.value option for a list of the supported value types.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
YValue(System.String)
The yAxis error bars value. See the series.errorBars.value option for a list of the supported value types.
Parameters
value System.String
The value for YValue
YValueHandler(System.String)
The yAxis error bars value. See the series.errorBars.value option for a list of the supported value types.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
YValueHandler(System.Func<System.Object,System.Object>)
The yAxis error bars value. See the series.errorBars.value option for a list of the supported value types.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
EndCaps(System.Boolean)
If set to false, the error bars caps will not be displayed. By default the caps are visible.
Parameters
value System.Boolean
The value for EndCaps
Color(System.String)
The color of the error bars. Accepts a valid CSS color string, including hex and rgb.
Parameters
value System.String
The value for Color
Line(System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesErrorBarsLineSettingsBuilder<T>>)
The error bars line options.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesErrorBarsLineSettingsBuilder>
The configurator for the line setting.