The RibbonChartLayoutTab class represents a Windows Forms ribbon tab for editing objects of type ChartFrame. To modify a chart frame, a TextControl must be connected with the Ribbon which hosts the RibbonChartLayoutTab. To use the RibbonChartLayoutTab.RibbonItem.TXITEM_SetDataRelation button, a RibbonTab of type RibbonReportingTab has to be a part of the Ribbon.

Syntax

public class RibbonChartLayoutTab : Windows.Forms.Ribbon.RibbonTab
Public Class RibbonChartLayoutTab
  Inherits Windows.Forms.Ribbon.RibbonTab

Introduced: X15.

Constructors

Constructor Description
RibbonChartLayoutTab Initializes a new instance of the RibbonChartLayoutTab class.

Enumerations

Enumeration Description
RibbonDropDownItem Each RibbonDropDownItem represents a drop-down item in the RibbonChartLayoutTab.
RibbonItem Each RibbonItem represents an item in the RibbonChartLayoutTab that is not a drop-down item.

Methods

Method Description
FindItem Finds a control that has the provided RibbonChartLayoutTab.RibbonItem identifier.

Properties

Property Description
KeyTip Gets or sets the keyboard shortcut of the RibbonTab.
(Inherited from RibbonTab)
RibbonGroups Gets a collection of all RibbonGroups in a RibbonTab.
(Inherited from RibbonTab)