New to Telerik UI for ASP.NET MVC?Download free 30-day trial

Telerik UI for ASP.NET MVC Bar Charts Custom Visuals

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
visuals.cshtml
VisualsController.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

You can implement custom visualizations for the Bar/Column chart legend items, axis titles, labels, markers and series by utilizing theKendo Drawing API. You can do that by setting a JavaScript function name as a string parameter of the SeriesVisualmethod:

SeriesDefaults -> .Column().Visual("columnVisual") or
Series -> series.Column(…).Visual("columnVisual")

Various context information is available through the function argument fields. Such arerect(thekendo.geometry.Rectthat defines where the visual should be rendered), createVisual (a function that can be used to get the default visual) and options (different options depending on the item type).

You can read more about it in theASP。净MVC JavaScript API参考.

This Bar Charts example is part of unique collection of hundreds of ASP.NET MVC demos, with which you can see allTelerik ASP.NET MVC componentsand their features in action. View the source code of the demos from the library or directly adapt andedit their theme appearance in their theme appearance in theThemeBuilder.

Support & Learning Resources

Additional Resources