Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
Ultradatachart non-related series
posted

I am using the UltraDatachart for Winforms v18.1.  I want to place several LineSeries into the chart that are not related.

For example  One series of data has x values from 1 to 100,  The second series has values from 20 to 80.  The y-axis value ranges are similar.

How can I put both series onto the chart.  I would set the X-axis to use the 1-100 series but need the 20-80 series to draw within the larger axis.

Is this possible and how could this be accomplished.

Parents
No Data
Reply
  • 29105
    Offline posted

    Hello James,

    If you are linking the same axes to all your series then all your series will be related. With null data in your collection and with UknownValuePlotting set to DontPlot it should get you your desired behavior

Children
No Data