Browse By Tags

  • Tick marks for XamDataChart

    I see there are ways to add tick marks to the y or x axis for the XamWebChart, but I am unable to find a way to add tick marks to the y or x axis for the XamDataChart.  Is there a way to do this?

  • Customising StepAreaSeries

    Ok I'm producing the following graph:

     

     

    The x-axis is CategoryDateTimeXAxis and the y-axis is NumericYAxis. I would now like to customise the graph to fit our needs.

    1. The entire plotted graph should be shifted to left.
    2.  Shift the x-axis labels to…
  • NumericXAxis Labels

    How do you get the double values to show up as dates on the NumericXAxis?

    Currently I have double values like 40402.5 showing on the axis. I have tried a few different Label Settings, but nothing so far has worked.

     

  • Best axis to use for for multiple collections of DateTime/double data pairs?

    I am attempting to generate a chart that has multiple series of DateTime/double value pairs but all three XamDataChart axis types have some sort of limitation causing me problems. Every 1 - 60 seconds I will get a single datetime, double and int value…