peterz Posted January 8, 2008 Report Share Posted January 8, 2008 With ChartFx.Net 6.2 (Winforms) I could do this: Statistics stats = new Statistics(); stats.Chart = chart1; chart1.GalleryObj = stats.Gallery.Histogram; // this works with cfx 6.2 I tried using this to no avail: chart1.Gallery = stats.Gallery.Histogram; // this fails with cfx 7 How do I do the same thing in ChartFx.Net 7 (Winforms)? Quote Link to comment Share on other sites More sharing options...
maximop Posted January 10, 2008 Report Share Posted January 10, 2008 You can set the statistical gallery as follows: chart1.GalleryAttributes = statistics1.Gallery.Histogram; Quote Link to comment Share on other sites More sharing options...
peterz Posted January 10, 2008 Author Report Share Posted January 10, 2008 Thanks, that worked great. 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.