Browse By Tags

  • 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?

    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…

  • Line Chart shows extra datapoint

    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…