jmw Posted March 12, 2008 Report Share Posted March 12, 2008 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 More sharing options...
PDyer Posted March 13, 2008 Report Share Posted March 13, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.