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
- Change Theme defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Material 2
- Material 2 Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
- Main Dark
visuals.cshtml
VisualsController.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
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.