Jump to content
Software FX Community

Gallery Context Menu icon sizes


jmw

Recommended Posts

When a user right clicks on the chart and selects the gallery option the images of the possible gallery types are very small.  Is there any way to control the size of the icons displayed?  This same question also applies to the size of the icons displayed on the Toolbar.

 

Thanks....

Link to comment
Share on other sites

Currently Chart FX does not support this feature, but you may create your own 16x16 or 32x32 icons in the toolbar. In addition, using Chart FX 7.0 (.NET) you may also use MenuBar object to create a menu under the toolbar so more common options will be more visible:

chart1.MenuBar.Visible = true;

chart1.MenuBar[0].CommandId = (int) CommandId.Area;

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