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

Archived

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

×
×
  • Create New...