[]
Base class for chart menu items.
public class ChartMenuItemBase : ToolStripMenuItem, IBindableComponent, IDropTarget, IComponent, IDisposable
| Name | Description |
|---|---|
| ChartMenuItemBase(FlexChart, string) | Create an instance of menu item. |
| Name | Description |
|---|---|
| chart | FlexChart control. |
| Name | Description |
|---|---|
| Chart | Gets the instance of chart. |
| LabelFont | Gets the label font. |
| Name | Description |
|---|---|
| AddNumericProperty(string, double, Action<double>, double, double, int) | Creates numeric property editor. |
| CreateMenuItem(string, bool, Action<bool>) | Create toggle menu item. |
| GetImage(string) | Gets menu image from text. |
| Init() | Init menu items. |
| IsDirty() | Whether the item update required. |
| MenuItemFromEnum<T>(T, Action<T>, T[], string[]) | Create menu items from enum. |
| OnOwnerChanged(EventArgs) |