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

ASP.NET MVC Line 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 Telerik UI for ASP.NET MVC Line chart markers and highlights by utilizing the Kendo Drawing API. You can do that by setting a JavaScript function name as a string parameter of the Series:

  • Markers -> Visual method: .Markers(markers => markers.Visual("markerVisual"))
  • Highlight -> Toggle method -> .Highlight(highlight => highlight.Toggle("toggleHandler"));

Various context information is available through the function argument fields. Such are rect (the kendo.geometry.Rect that 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 the ASP.NET MVC JavaScript API reference.

Additional Apps

This Line Charts example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources