# C1.Report.FlexChart.ChartNamedObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_FlexChart_ChartNamedObject" data-uid="C1.Report.FlexChart.ChartNamedObject" class="text-break">ChartNamedObject Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class for named flex chart objects.</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"><span class="xref">OwnedObject</span></div>
    <div class="level2"><a class="xref" href="C1.Report.FlexChart.ChartObject.html">ChartObject</a></div>
    <div class="level3"><span class="xref">ChartNamedObject</span></div>
      <div class="level4"><a class="xref" href="C1.Report.FlexChart.DataGroup.html">DataGroup</a></div>
      <div class="level4"><a class="xref" href="C1.Report.FlexChart.Series.html">Series</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.FlexChart.html">C1.Report.FlexChart</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_FlexChart_ChartNamedObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ChartNamedObject : ChartObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ChartNamedObject
    Inherits ChartObject</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_Report_FlexChart_ChartNamedObject__ctor" data-uid="C1.Report.FlexChart.ChartNamedObject.#ctor">
          <a class="xref" href="C1.Report.FlexChart.ChartNamedObject.-ctor.html#C1_Report_FlexChart_ChartNamedObject__ctor">ChartNamedObject()</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_Report_FlexChart_ChartNamedObject_Name" data-uid="C1.Report.FlexChart.ChartNamedObject.Name">
          <a class="xref" href="C1.Report.FlexChart.ChartNamedObject.Name.html#C1_Report_FlexChart_ChartNamedObject_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unique name of the current object.
If an item with the specified name already exists in the owner,
an exception is thrown.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_FlexChart_ChartNamedObject_Clone" data-uid="C1.Report.FlexChart.ChartNamedObject.Clone">
          <a class="xref" href="C1.Report.FlexChart.ChartNamedObject.Clone.html#C1_Report_FlexChart_ChartNamedObject_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_ChartNamedObject_SetName_System_String_" data-uid="C1.Report.FlexChart.ChartNamedObject.SetName(System.String)">
          <a class="xref" href="C1.Report.FlexChart.ChartNamedObject.SetName.html#C1_Report_FlexChart_ChartNamedObject_SetName_System_String_">SetName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the name of the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
