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…

  • 1 Billion Data Values in a Data Chart

    It's no secret that you can provide many XamDataChart series with millions of records and still have smooth interactive panning and zooming. XamDataChart is designed from the ground up to not touch data that it doesn't need for the visual, and to…

  • What's New in NetAdvantage for Silverlight Data Visualization 11.2 Release

    This blog is an overview of the new features, released in the Silverlight Data Visualization Vol. 11.2  product.

    NetAdvantage for Silverlight Data Visualization Vol. 11.2 includes several new exciting components and many feature enhancements to existing…

  • Using Script# to Create Compelling Cross-Platform Data Visualizations

    In recent times, the HTML5 client platform is becoming an increasingly important platform to target for UI development. Not only is it supported on a large percentage of mobile devices, but it specifies an exciting new Canvas element that is especially…

  • NetAdvantage For jQuery Chart – An HTML5/jQuery Chart Designed for Performance!

    Our new (CTP) NetAdvantage jQuery Chart, like its sibling, the XamDataChart is designed from the ground up for performance. Our customers can't get enough of the extreme performance available in the XamDataChart for Silverlight and WPF so we are doing…

  • 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…

  • 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. …

  • 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…

  • 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…

  • Taking Control of NetAdvantage for WPF 4


    I’ve been busy getting acquainted with some of our new WPF controls. They are completely fantastic! With version 2010.2 comes the release of new controls that require WPF 4.0. This blog will talk a little about some changes concerning these controls.…

  • 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…

  • Explaining Financial Indicators in the XamDataChart

    Some of the most demanding charting scenarios are in the financial world – substantial amounts of data coming in at real-time, and a wealth of historical data to put everything into context. Apart from charting current and past price movements, decision…

  • Integrating a Chart and a Zoombar to Implement Financial Charting

    Integrating a chart with a zoombar control allows users to easily navigate the chart and to quickly locate the exact data they need. One scenario where this functionality is particularly valuable is financial charting. It is one of the most demanding…

  • Integrating a fast WPF chart featuring zooming, panning in your Windows Forms application

    Can you provide your users with rich data-analysis capabilities, including zooming, panning, rich styling, when working with large volumes of data and real-time data feeds? Now you can. Using XamDataChart, the one of the many powerful visualization components…

  • Using Date Labels with Scatter Series in the XamDataChart

    Working on a project recently, we had to plot time-series data using the XamDataChart, the fast new charting component in the Data Visualization suite, available for both WPF and Silverlight. As data for the different series we were plotting was available…

  • Setting up a XamDataChart to show data from an MSSQL Server using RIA Services

    You're developing an application in Silverlight and you'd like to take advantage of XamDataChart - the fast chart that features a variety of built-in series and trendlines, zooming and panning that’s a part of the NetAdvantage for DataV…

  • Using Built-in and Custom-logic Trendlines in the XamDataChart

    Trendlines are an important feature in every charting component. The XamDataChart, the fast chart component capable of real-time data feeds in both WPF and Silverlight platforms, supports a number of built-in trendline types – Linear, Quadratic, Cubic…