ChartSeriesOutliersSettingsBuilder
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)
The background color of the series outliers.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Border(System.Action)
The border of the outliers.
Parameters
configurator - System.Action<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)
The marker size in pixels.
Parameters
handler - System.Func<Object,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)
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<Object,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)
The rotation angle of the outliers.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.