Jump to content
Software FX Community

Statistical Galleries not showing on series property tab


liquid.ice

Recommended Posts

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...