Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
raw xy line graph
posted
Dears, 
We have NumericXAxis + NumericYAxis + ScatterLineSeries

 

 

We are looking for settings of your library that offer raw xy line graph. It means that x,y points are exactly connected togerther by line without any line aproximation, like spline etc. We want just normal xy line graf without any progression, filtering or splay.


Thanks 

Greetings 
  • 8607
    Offline posted

    Hello toplt,

    We offer a basic line chart as a part of the xamChart.

    Chart Type - Line Chart

    If you download the WPF samples, you should find a chart gallery sample under xamChart > Chart Types Gallery.  This will give you some sample code for how to construct a line chart.  Here is a similar sample online (Silverlight).

    In the xamDataChart, the Line Series should be able to display a line chart without "extras".

    Category Series - Line Series

    If the chart does not have to be a xamDataChart, I would recommend using the xamChart's Line Chart for simplicity.

    Let me know if you have further questions.


    Elizabeth Albert
    Localization Engineer