# C1.Win.Chart.Ribbon.ChartRibbonButton

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Ribbon_ChartRibbonButton" data-uid="C1.Win.Chart.Ribbon.ChartRibbonButton" class="text-break">ChartRibbonButton Class
</h1>
  <div class="markdown level0 summary"><p>Represents base chart ribbon button.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="../C1.Win.Ribbon.10/C1.Win.Ribbon.RibbonItem.html">RibbonItem</a></div>
    <div class="level4"><a class="xref" href="../C1.Win.Ribbon.10/C1.Win.Ribbon.RibbonIconItem.html">RibbonIconItem</a></div>
    <div class="level5"><a class="xref" href="../C1.Win.Ribbon.10/C1.Win.Ribbon.RibbonButton.html">RibbonButton</a></div>
    <div class="level6"><span class="xref">ChartRibbonButton</span></div>
      <div class="level7"><a class="xref" href="C1.Win.Chart.Ribbon.CopyRibbbonButton.html">CopyRibbbonButton</a></div>
      <div class="level7"><a class="xref" href="C1.Win.Chart.Ribbon.ExportJpgRibbbonButton.html">ExportJpgRibbbonButton</a></div>
      <div class="level7"><a class="xref" href="C1.Win.Chart.Ribbon.ExportPngRibbbonButton.html">ExportPngRibbbonButton</a></div>
      <div class="level7"><a class="xref" href="C1.Win.Chart.Ribbon.ExportSvgRibbbonButton.html">ExportSvgRibbbonButton</a></div>
      <div class="level7"><a class="xref" href="C1.Win.Chart.Ribbon.PrintPreviewRibbbonButton.html">PrintPreviewRibbbonButton</a></div>
      <div class="level7"><a class="xref" href="C1.Win.Chart.Ribbon.PrintRibbbonButton.html">PrintRibbbonButton</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">IUiaButton</span></div>
    <div><span class="xref">IUiaInvokeProvider</span></div>
    <div><span class="xref">IUiaSelectionItemProvider</span></div>
    <div><span class="xref">IUiaScrollItemProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.Ribbon.html">C1.Win.Chart.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.Toolbar.10.dll</h6>
  <h5 id="C1_Win_Chart_Ribbon_ChartRibbonButton_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartRibbonButton : RibbonButton, IComponent, IDisposable, IUiaButton, IUiaInvokeProvider, IUiaSelectionItemProvider, IUiaScrollItemProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartRibbonButton
    Inherits RibbonButton
    Implements IComponent, IDisposable, IUiaButton, IUiaInvokeProvider, IUiaSelectionItemProvider, IUiaScrollItemProvider</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Chart_Ribbon_ChartRibbonButton__ctor" data-uid="C1.Win.Chart.Ribbon.ChartRibbonButton.#ctor">
          <a class="xref" href="C1.Win.Chart.Ribbon.ChartRibbonButton.-ctor.html#C1_Win_Chart_Ribbon_ChartRibbonButton__ctor">ChartRibbonButton()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Chart_Ribbon_ChartRibbonButton_Chart" data-uid="C1.Win.Chart.Ribbon.ChartRibbonButton.Chart">
          <a class="xref" href="C1.Win.Chart.Ribbon.ChartRibbonButton.Chart.html#C1_Win_Chart_Ribbon_ChartRibbonButton_Chart">Chart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets corresponding instance of FlexChart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Ribbon_ChartRibbonButton_IconSet" data-uid="C1.Win.Chart.Ribbon.ChartRibbonButton.IconSet">
          <a class="xref" href="C1.Win.Chart.Ribbon.ChartRibbonButton.IconSet.html#C1_Win_Chart_Ribbon_ChartRibbonButton_IconSet">IconSet</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
