New to Kendo UI for jQuery? Download free 30-day trial
Custom Visuals
- EXAMPLE
- VIEW SOURCE
-
EDIT
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
Also available for:
API REFERENCEDescription
You can implement custom visualizations for the Bar/Column chart legend items, axis titles, labels, markers and series by utilizing the Kendo Drawing API. This can be done by assigning a JavaScript function which creates these custom shapes to the seriesDefaults -> visual attribute of the chart
Context information is available through the function argument fields, including rect (the kendo.geometry.Rect that defines where the visual should be rendered) and options (different options depending on the item type).
You can read more about it in the Kendo UI JavaScript API reference.