Jump to content
Software FX Community

Statistical Galleries not showing on series property tab


liquid.ice

Recommended Posts

Posted

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.

Archived

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

×
×
  • Create New...