Browse By Tags

  • Support interaction layers in scatter series of XamDataChart

    Consider adding support for ItemHighlightLayer, ItemTooltipLayer, and CrosshairLayer for all types of scatter series in XamDataChart. This should include option for interpolating between data points in the same way it is already supported by Category…

  • xamDataChart: Add Crosshair Layer to Scatter Series

    Dear Developers,

    please add the Crosshair layer to Scatter type series (ScatterSeries, ScatterLineSeries, ScatterSplineSeries).

    Our software uses only such series types and many our customers asks us to show values of the chart series when the user just…

  • Area Series with NumericXAxis

    Hello All,

    I have an XML datasource like this:

    <G X="3820.7966797098697" Y="20.5717142857143" />
    <G X="3821.79658373428" Y="21.586" />
    <G X="3822.79648775869" Y="21.9354285714286" />…

  • Re: Converting from xamChart to xamDataChart and Performance

    Graham,

    I have found a very simple way for you to reproduce this problem... using the xamFeatrueBrowserDV sample. 

    Step 1.  In the file ScatterSeries.xaml, replace

              <models:BubbleDataScatterSample x:Key="ScatterData1" />
              <models:Bu…
  • MaximumMarkers behavior

    I have two issues when setting the MaximumMarkers on a ScatterLineSeries chart. 

    1)  Once the marker limit has been reached additional data points are plotted without markers instead of the existing markers being redistributed.  See sample 1 below:

    2)  The…

  • ScatterLineSeries and Performance

    Dear Support team,

    I am trying to develop software in WPF to display graphs in your xamDataChart. Because of the importance to display the timeline as accurate and scaled as the values of the recorded data, I have no other choice but to use a ScatterLineSeries…

  • Converting from xamChart to xamDataChart and Performance

    We are working hard to convert our project from XamChart to XamDataChart.  For our graphs (ScatterSeries) that plot a high number of points (say 100,000) , with one series XamDataChart is lightening fast.  This is milliseconds in the XamDataChart, where…