Browse By Tags

Sorry, but there are no more tags available to filter with.
  • 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…