ozykaboo 0 Report post Posted February 5, 2013 I want to render my chart as a JPEG. There is a menu item in the toolbar that says "Save as Bitmap". If user selects this item, it will copy the chart to the clipboard as a JPEG (not a Bitmap). This can be confusting to the user, so I would like to change the text for this menu item to say "Save as JPEG". Is this possible to do?? If so how?? Thanks in advance... Quote Share this post Link to post Share on other sites
ExequielA 1 Report post Posted May 7, 2013 Hi, You can change the text of the menu item by setting the following property: Chart1.ToolBar.Commands[CommandId.ExportBitmap].Text = "My text"; I hope this helps. Quote Share this post Link to post Share on other sites