Jump to content
Software FX Community

Removing individual statistical galleries from the toolbar


Pete

Recommended Posts

I'm not sure if this is the better form than the Extensions one for this question.  I have added the statistical package, but only some of the statistical galleries are useful.  The code runs something like:

stats.Chart = Chart1;

Command gallery = Chart1.Commands[CommandId.Gallery];

gallery.SubCommands.RemoveAt(28); // np

 

I can see the subcommands count decreasing, but the UI still displays the np gallery type when it renders.  If I try this instead with one of the base gallery types, it works fine.

Link to comment
Share on other sites

  • 2 months later...

I have responded to your incident; I am also pasting this information here for others with the same problem:

Our Development Team have responded to this issue with the following information:

"The gallery will be re-added whenever the extension is re-attached; therefore, you cannot customize the gallery menu. As of today, there is no way to disable one particular gallery from the Statistical (or any) extension."

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...