[]
        
(Showing Draft Content)

C1.Win.Chart.Ribbon.ChartRibbonMenu

ChartRibbonMenu Class

Represents chart ribbon menu.

Implements
IUiaExpandCollapseProvider
ISupportUiaContainer
Namespace: C1.Win.Chart.Ribbon
Assembly: C1.Win.FlexChart.Toolbar.4.8.dll
Syntax
public class ChartRibbonMenu : RibbonMenu, IComponent, IDisposable, IUiaExpandCollapseProvider, ISupportUiaContainer
Public Class ChartRibbonMenu
    Inherits RibbonMenu
    Implements IComponent, IDisposable, IUiaExpandCollapseProvider, ISupportUiaContainer

Constructors

Name Description
ChartRibbonMenu(string)

Creates an instance of ChartRibbonMenu.

Properties

Name Description
Chart

Gets the associated chart.

IconSet

Methods

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.