Kendo.Mvc.UI.Fluent.ChartSeriesOutliersSettingsBuilder
Defines the fluent API for configuring ChartSeriesOutliersSettings
Properties
Container
Gets the 1 container.
Methods
Background(System.String)
The background color of the series outliers.
Parameters
value System.String
The value for Background
BackgroundHandler(System.String)
The background color of the series outliers.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
BackgroundHandler(System.Func<System.Object,System.Object>)
The background color of the series outliers.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Border(System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesOutliersBorderSettingsBuilder<T>>)
The border of the outliers.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.ChartSeriesOutliersBorderSettingsBuilder>
The configurator for the border setting.
Size(System.Double)
The marker size in pixels.
Parameters
value System.Double
The value for Size
SizeHandler(System.String)
The marker size in pixels.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
SizeHandler(System.Func<System.Object,System.Object>)
The marker size in pixels.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Type(System.String)
The outliers shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross.
Parameters
value System.String
The value for Type
TypeHandler(System.String)
The outliers shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
TypeHandler(System.Func<System.Object,System.Object>)
The outliers shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.
Rotation(System.Double)
The rotation angle of the outliers.
Parameters
value System.Double
The value for Rotation
RotationHandler(System.String)
The rotation angle of the outliers.
Parameters
handler System.String
The name of the JavaScript function that will be evaluated.
RotationHandler(System.Func<System.Object,System.Object>)
The rotation angle of the outliers.
Parameters
handler System.Func<System.Object,System.Object>
The handler code wrapped in a text tag.