# C1.Report.FlexChart.ChartNamedObject.Name

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FlexChart_ChartNamedObject_Name_" data-uid="C1.Report.FlexChart.ChartNamedObject.Name*">Name Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FlexChart_ChartNamedObject_Name_" data-uid="C1.Report.FlexChart.ChartNamedObject.Name*"></a>
<h4 id="C1_Report_FlexChart_ChartNamedObject_Name" data-uid="C1.Report.FlexChart.ChartNamedObject.Name">Name</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Design&quot;)]
[C1Description(&quot;FlexChartNamedObject.Name&quot;, &quot;Specifies the name of the object.&quot;)]
public string Name { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Design&quot;)&gt;
&lt;C1Description(&quot;FlexChartNamedObject.Name&quot;, &quot;Specifies the name of the object.&quot;)&gt;
Public Property Name As String</code></pre>
</div>
</div>
