in

Software FX Community

Discuss and find help for all Software FX products.

Browse by Tags

  • ChartFX may throw NullReferenceException if the same item source is reused.

    I am using 8.0.3712.22025. Here is an example: The Person type has the Name and the Age notify properties. public class Person : INotifyPropertyChanged { private int age; private string name; public Person( string name, int age) { this .name = name; this .age = age; } public event PropertyChangedEventHandler...
    Posted to General (Forum) by djsun on 03-13-2010
  • Re: Databinding with a series

    I'm trying to bind a set of data from an MVVM type project to a ChartView that is completely constructed in Xaml. Our architecture requires that we are able to change which values are bound to which two series, which values to use for the X axis, and which values are used for the Y axis. I have view...
    Posted to General (Forum) by poonwahj on 12-18-2009
  • Databinding with a series

    Hi! I'm creating a little WPF control that will allow the user to add series to a chart at runtime. I'm trying to implement this control using MVVM and I can't seem to find a way to set up the bindings on the chart's SeriesAttributesCollection. It seems like this isn't really possible...
    Posted to General (Forum) by jonahsimpson on 09-10-2009
  • Re: Binding stops working when UserControl containing a chart is moved between containers

    Hi, May I know where can i get build 3460? Thanks a lot. Sharon
    Posted to General (Forum) by Sharon on 07-02-2009
  • Re: Use of a converter with a CrosstabTransformation

    Thanks, works well and I would never have figured this out myself.
    Posted to General (Forum) by rudi on 12-05-2008
  • Use of a converter with a CrosstabTransformation

    Hi, I'm using a CrosstabTranformation in order to obtain the results I want in a Pie chart. What's currently being displayed is a numerical value, and I would like to use a converter in order to show the textual description of that value in the Legend. < ChartFX : Chart Grid.Column ="2"...
    Posted to General (Forum) by rudi on 11-25-2008
  • Re: Binding collection of point collection

    Hi, Thanks for quick reply. I tried with your sugession but I am not able to get < cfxData:ListTransform > my code. I am using ChartFX WPF (V.0.8.3015.33879). I have added two assemblies 1. ChartFX.WPF.dll 2. ChartFX.WPF.Data.dll in my project. May be my Assemblies are not latest. My Actual requirement...
    Posted to General (Forum) by RajeshDhiman on 06-12-2008
  • Binding collection of point collection

    Hi, I am working with WPF ChartFx Beta (v.0.8.3015.33879) I want to achieve the following: We can bind a series of WPF chart to an Observeable point collection (working fine). Now I have a Observeable collection of Observeable point collections. Please tell me that how to bind the chart to outer Observeable...
    Posted to General (Forum) by RajeshDhiman on 06-08-2008
  • Linq with Data templates

    Hi I'm using Linq to query a data table - it's output returns a Collections.Generic.IEnumerable(Of Object). In your sample app the DataItem object is used to put data values onto the X axis of a bar chart - is it possibel to do the same in my scenario? Many thanks
    Posted to General (Forum) by MMCCPaulEden on 05-15-2008
  • Data binding issue? Point is not updated.

    Hello, I have a pie chart bound to a observable collection of some data objects. Chart Series is bound to a property of this data object. When I add new object into collection chart gets updated, but when I change value of the property that is bound to the series - it is not reflected in the chart. Is...
    Posted to General (Forum) by vladvm on 05-05-2008
Page 1 of 2 (12 items) 1 2 Next >
Copyright 2008 Software FX, Inc.