Browse By Tags

  • Ho to databing XamChart?

     

     

     

     

     

     

     

     

     

     

     

     

    Hello, I want to bind a collection to a xamChart. My first attempt. Below is the xaml and the code behind and I am not seeing any chart after I run the application. What am I doing wrong?
    Thanks
     
    <Grid>
       

  • Bug with ScatterLine and a single point?

    The XamChart docs state that for a ScatterLine chart:

    It is recommended that the numeric columns contain 2 or more rows so that a line can be drawn between two data points

    From: ms-help://NetAdvantage_WPF92/NAWPF_WPF92/WPF/xamChart_Scatter_Line_Chart…

  • XamChart Live Data & Scrolling Capability?

    I am evaluating your control. I would like to use your control to plot live data from a DAQ card added asychronously to an observable collection or xml file. The datapoints are collected at a rate of 10 per second, time plotted on x axis, measured parameter…

  • column for y-axis

     This may be a simple question, but I am new to WPF programming. I want  to create a Line Chart from a database. This works fine so far but how do I specify a data column for the x-axis ? Via DataMapping I can only specify the column for the y-axis.…

  • DataBinding observable collection to Xamchart

    I evaluting  Infragistic  xamchart .I have following  questions. 

    1. Is there  any efficient way to plot a graph instead  of plotting data points one by one ? I want  to directly bind  my collection  to xamchart having y data .If yes how is implementation?/

    2…