ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / MenuChart Property

In This Topic
    MenuChart Property
    In This Topic
    Gets the System.Windows.Forms.ToolStripDropDownButton used to control chart options.
    Syntax
    'Declaration
     
    Public ReadOnly Property MenuChart As System.Windows.Forms.ToolStripDropDownButton
    public System.Windows.Forms.ToolStripDropDownButton MenuChart {get;}
    See Also