Multiple Y axis on same line?

1 Answer 110 Views
Chart (HTML5)
Cheryl
Top achievements
Rank 1
Iron
Cheryl asked on 13 Aug 2023, 09:37 PM

Hi there

In order to get differing steps to show the levels on my stacked chart I can kind of do it using additional Y axis, but obviously this is showing them on separate lines.

Is it possible to manipulate the layout so that the lines are on top of each other so it looks like 1 line?

 

 

Thanks for your help

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Aug 2025, 01:25 PM

Hi Cheryl,

Currently, the RadHtmlChart for ASP.NET AJAX does not support overlaying multiple Y axes so that they appear as a single, merged axis. Each additional Y axis is rendered on a separate side of the chart, and there is no built-in property to visually stack them on top of each other as one line.

  • You can use a single Y axis and adjust its Step, MinValue, MaxValue, and DataFormatString to best fit your data levels. If you need to highlight different ranges or levels, you can use PlotBands:

  • Secondary Y Axis:
    The control supports multiple secondary Y axis, but it will always be rendered on the opposite side, not overlaid - https://www.telerik.com/products/aspnet-ajax/documentation/controls/htmlchart/functionality/axes/multiple-y-axes.

    Regards,
    Rumen
    Progress Telerik

    Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
    Tags
    Chart (HTML5)
    Asked by
    Cheryl
    Top achievements
    Rank 1
    Iron
    Answers by
    Rumen
    Telerik team
    Share this question
    or