Hi,
I'm using RadzenChart. My RadzenLineSeries Data property takes a collection of a class that contains a string (alphabetically plotted names) and a decimal value.
The string values goes on the X axis, the decimal on the Y axis.
When the RadzenLineSeries decimal values are all zero (though has the X axis string values), the chart itself doesn't render correctly/no line series is drawn (i.e. where it should be - along the zero point on the Y axis).
If you add similar further RadzenLineSeries (decimal values all zero), nothing appears on the chart.
As soon as one RadzenLineSeries contains a single non-zero decimal value, all RadzenLineSeries are drawn correctly (including those that still are "all zero").
What can be done to plot a line series that has a range along one axis, but on the other axis values are all zero?
Thank you!
Matt