New to Telerik UI for ASP.NET Core? Download free 30-day trial
Multiple panes
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
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
panes.cshtml
PanesController.cs
StockDataPoint.cs
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
This demo illustrates the use of multiple graph panes in ASP.NET Core Stock chart. You can define a pane through the Panes collection and set it’s a title and height:
panes.Add("volumePane").Title("Volume").Height(150);
If you want to render a specific axis inside the newly create pane with name volumePane use the ValueAxis -> Pane setting: ValueAxis(axis => axis.Numeric("volumeAxis").Pane("volumePane").Visible(false))