In XamDataChart if I have only one point to plot and I want that to get plotted ina staight line instead of a single dot how can I do it? I have the following code in xaml file
<igChart:XamDataChart Padding="10,10,10,0" PlotAreaBackground…
I have a line chart that if there is only 1 value, it is plotting an extra data point at the end. I've set the stroke width of my color model to zero so the line doesn't get displayed. How do i get rid of these extra data points? Why do they even…