liquid.ice Posted August 31, 2008 Report Posted August 31, 2008 Hi Guys, Was taking a look at the Statistical winforms example project and noticed that in the series property tab, the statistical gallery types are not displayed. They are displayed on the context menus and also the toolbar. Not sure if this is a bug, as I created my own project, and it happens there as well. Either that, or I've missed something when attaching the extension. Also, when using the following code to disable gallery changes: chart1.AllowChanges = chart1.AllowChanges & ~AllowChanges.GlobalGallery & ~AllowChanges.SeriesGallery; The gallery toolbar only gets disabled when right clicking on a series. On load, the gallery toolbar is still enabled and gallery types can still be changed. It is only disabled when the series context menu is shown. Is this the correct behaviour? All replies are appreciated.
Frank Posted September 1, 2008 Report Posted September 1, 2008 This is working as designed. Statistical galleries can not be changed on a per-series basis, only globally.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.