[]
Represents chart ribbon menu.
public class ChartRibbonMenu : RibbonMenu, IComponent, IDisposable, IUiaExpandCollapseProvider, ISupportUiaContainer
| Name | Description |
|---|---|
| ChartRibbonMenu(string) | Creates an instance of ChartRibbonMenu. |
| Name | Description |
|---|---|
| Chart | Gets the associated chart. |
| IconSet |
| Name | Description |
|---|---|
| CreateButton(string, Image, Action) | Create a button with specified parameters. |
| CreateToggleButton(string, bool, Action<bool>) | Create toggle button with specified parameters. |
| GetChart() | Gets actual chart. |
| GetImage(string) | Gets an image by name. |
| MenuItemFromEnum<T>(T, Action<T>, T[], string[]) | Creates menu item from enumeration. |