Browse By Tags

  • XamDataChart does not render LineSeries properly for export to image or PDF without first displaying on screen

    I've tried everything. I've found a blog post such as this one: 

    http://www.infragistics.com/community/blogs/petar_monov/archive/2013/02/25/controls-to-images-behind-the-scene.aspx

    I've looked at other support tickets such as these:

    http…

  • Column Series ItemsSource

    Hi,

    I'm currently working on the StackedColumnSeries but have run into a snag due to my chosen data:

    I have 2 sets of data created from the same class: DataX, DataY

    I need to set each of the stacked columns to be set to DataX & DataY, both classes…

  • Chart with two Series

    Hi,

    I have attached a simple Project, where I would like to display two data series in one chart. It works if I create the DataContext in the Code Behind file (MainWindow.xaml.cs). But I want to set the DataContext for the XamDataChart in the xaml file…