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

Telerik UI for ASP.NET Core Bar Charts Custom Visuals

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • 艾德it in Telerik REPL
HtmlHelper
TagHelper
Files:
visuals.cshtml
VisualsController.cs
Visuals_TagHelper.cshtml

Also available for:

CLIENT-SIDE API SERVER-SIDE API

Description

哟u 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).

哟u can read more about it in theASP.NET Core JavaScript API reference.

This Bar Charts example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see allTelerik ASP.NET Core componentsand their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance inTelerik REPL for ASP.NET CoreorThemeBuilder.

Support & Learning Resources

Additional Resources