ChartSeriesMarkersFromSettingsBuilder
Methods
Background(System.String)
The background color of the markers.
Parameters
value - System.String
The value for Background
BackgroundHandler(System.String)
The background color of the markers.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
BackgroundHandler(System.Func)
The background color of the markers.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Border(System.Action)
The border of the markers.
Parameters
configurator - System.Action<ChartSeriesMarkersFromBorderSettingsBuilder>
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.
Visible(System.Boolean)
If set to true the chart will display the series markers. By default chart series markers are displayed.
Parameters
value - System.Boolean
The value for Visible
VisibleHandler(System.String)
If set to true the chart will display the series markers. By default chart series markers are displayed.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
VisibleHandler(System.Func)
If set to true the chart will display the series markers. By default chart series markers are displayed.
Parameters
handler - System.Func<Object,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 markers. The available argument fields are: rect - the kendo.geometry.Rect that defines where the visual should be rendered.; options - the marker options.; createVisual - a function that can be used to get the default visual.; category - the category of the marker point.; dataItem - the dataItem of the marker point.; value - the value of the marker point.; sender - the chart instance. or series - the series of the marker point..
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
Visual(System.Func)
A function that can be used to create a custom visual for the markers. The available argument fields are: rect - the kendo.geometry.Rect that defines where the visual should be rendered.; options - the marker options.; createVisual - a function that can be used to get the default visual.; category - the category of the marker point.; dataItem - the dataItem of the marker point.; value - the value of the marker point.; sender - the chart instance. or series - the series of the marker point..
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Rotation(System.Double)
The rotation angle of the markers.
Parameters
value - System.Double
The value for Rotation
RotationHandler(System.String)
The rotation angle of the markers.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
RotationHandler(System.Func)
The rotation angle of the markers.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.
Type(Kendo.Mvc.UI.ChartMarkerShape)
Specifies the shape of the "from" marker.
Parameters
value - ChartMarkerShape
The value for Type
TypeHandler(System.String)
Specifies the shape of the "from" marker.
Parameters
handler - System.String
The name of the JavaScript function that will be evaluated.
TypeHandler(System.Func)
Specifies the shape of the "from" marker.
Parameters
handler - System.Func<Object,Object>
The handler code wrapped in a text tag.