MMCCPaulEden Posted May 15, 2008 Report Share Posted May 15, 2008 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 Quote Link to comment Share on other sites More sharing options...
JuanC Posted May 19, 2008 Report Share Posted May 19, 2008 If there is a string property in the objects you are passing to the chart then all you have to do is pass that name to the AxisX.Labels.BindingPath property (please note that in older builds this property was AxisX.LabelPath) If you want to style the X axis and show more than one property - e.g. you want to show an image in the X axis - then you will set the AxisX.Template to a datatemplate where you use bindings like "DataItem.YourPropertyName". Regards, JuanC Quote Link to comment Share on other sites More sharing options...
MMCCPaulEden Posted May 20, 2008 Author Report Share Posted May 20, 2008 Hi How do I get the lastest version? On my machine the ChartFX DLLs are versioned as 0.8.2957.30556 which is the same as stated in your 'Download Beta' section - this version does not have AxisX.Labels.BindingPath Regards Paul Quote Link to comment Share on other sites More sharing options...
JuanC Posted May 20, 2008 Report Share Posted May 20, 2008 Please send a message to wpf at softwarefx dot com, we should also be updating our download area soon. Regards, JuanC Quote Link to comment Share on other sites More sharing options...
MMCCPaulEden Posted May 21, 2008 Author Report Share Posted May 21, 2008 Thanks for the information regarding new releases - do you know the average turnaround for responding to that email address? Many thanks Paul Quote Link to comment Share on other sites More sharing options...
JuanC Posted May 22, 2008 Report Share Posted May 22, 2008 You should receive a new build in a day or two. Regards, JuanC Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.