Browse By Tags

  • Scatterplot - Draw line from the point to the x-axis

    I have plotted scatterplot for my data and I would like to draw lines from the points to the x-axis to show some kind of vertical projection. How do I achieve that?

  • Extending the CategoryDateTimeAxis

    Hi,

    I have to display multiple charts where the X-axis is CategoryDateTimeAxis and the Y-Axis is NumericYAxis. The issue is that I don't know what the data will be since it's decided on run-time. I have successfully implemented the part where I can read…

  • Setting maximum width/height for bars in a BarSeries in xamDataChart

    I have a xamDataChart control in one my applications which has a categorical Y axis and a numerical X axis.  The categories can change throughout the running of the application as they are constrained by a threshold value.

    The issue is that the bars in…

  • Binding to live incoming data with one value at a time.

    I'm working on a small project to bind to live data.  The data I'm using comes in one point at a time once per second.  I don't store the values throughout time but would like to have them added to a chart as they come in (like how processor usage…