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.
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