Jump to content
Software FX Community

Setting Gallery programatically


peterz

Recommended Posts

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)?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...