Browse By Tags

  • Printing XamDataChart – how to improve quality?

    My goal is to build a FlowDocument containing XamDataChart and some other contents.
    //Create a bitmap rendering the Chart:
    RenderTargetBitmap renderVisual = new RenderTargetBitmap( width, height, dpiX, dpiY, format );
    renderVisual.Render( xamDataChart…
  • Binding to collection of dynamic objects

    Hi,

    I need to bind a xamDataChart to a collection of objects of type "dynamic", but the chart doesn't draw the points. If I bind the collection to a DataGrid I can see the values of each dynamic object. My dynamic object has a class property "X", and…

  • XamDataChart xAxis

    Hi,
    I am use an example where the XamDataChart is a control that can be used in win forms. In the example the x Axis does not show. I am not sure how the styling functions work. How do I display the x Axis and format it to DateTime and set the interval…

  • XamDataChart - Formatting axis labels using converter?

    In my WPF XamDataChart I am using a ScatterLineSeries - plotting a value against time.  I want to show time on the x axis and the value on the y axis.

    For the ScatterLineSeries I must use NumericXAxis and NumericYAxis.  I have done, converting the DateTime…

  • WPF Data Visualization control

    Hello,

    I must say that I've been really existing to see the release of  WPF Data Visualization 2010 Volume 2 this morning.

    .... and extremely disappointed to find out that the Radar/spider data chart (see below snaposhot from CTP annoucement) was…

  • Annotations on charts

    Hi,

    I am evaluating the Infragistics products for new Financial application. I am looking at both "NetAdvantage for WPF line of business" and "NetAdvantage for WPF data visualisation". 

    Currently nearly all of my required functionality…

  • What is the best way to displat a gantt chart

    I would like if it is possible to display gantt chart in your WPF data chart.

    I was thinking of a few possible ways. One would be to uses stacked (step) area with the bottom area transparent but this would not be very efficient as it would require to…

  • Chart with multiple series from ObservableCollection<ObservableCollection<PriceDataHistory>>

    I'm still new to WPF, Data Binding, Infragistics, and reallly GUI Windows Development... Sometimes I find working with the XamDataChart a little confusing for displaying complex objects, but I think it falls down to my understanding of how the XAML Binding…

  • Re: Performance Issue

    Here is the sample i tested with. with 30,000 samples, it's unusable when trying to interact with it.

    I guess a better question would be, where is there a sample where the above 'million data points' is supported with millisecond refreshes. …

  • Axis Marker and User Selected Points On Series

    Hi,

    I've dug around the forums but haven't had much luck in finding any information related to this.  We use the WPF XamDataChart to gather incoming data and are trying to find a way to have two sets of marked points.  I haven't found a lot of…

  • Extension Methods for Navigating the xamDataChart

    I recently posted a video demonstrating how to implement some extension methods to support xamDataChart navigation. The navigation support implemented in the demo included:

    • PanUp
    • PanDown
    • PanLeft
    • PanRight
    • ZoomIn
    • ZoomOut
    • FitInWindow

    The only problem with…