# C1.Report.FlexChart.Legend

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_FlexChart_Legend" data-uid="C1.Report.FlexChart.Legend" class="text-break">Legend Class
</h1>
  <div class="markdown level0 summary"><p>Represents chart legend.</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">Legend</span></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_Legend_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Legend : ChartObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Legend
    Inherits ChartObject</code></pre>
  </div>
  <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_Legend_Field" data-uid="C1.Report.FlexChart.Legend.Field">
          <a class="xref" href="C1.Report.FlexChart.Legend.Field.html#C1_Report_FlexChart_Legend_Field">Field</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Report.FlexChartFieldBase.html">FlexChartFieldBase</a> containing this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Legend_Orientation" data-uid="C1.Report.FlexChart.Legend.Orientation">
          <a class="xref" href="C1.Report.FlexChart.Legend.Orientation.html#C1_Report_FlexChart_Legend_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Legend_Position" data-uid="C1.Report.FlexChart.Legend.Position">
          <a class="xref" href="C1.Report.FlexChart.Legend.Position.html#C1_Report_FlexChart_Legend_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Legend_Style" data-uid="C1.Report.FlexChart.Legend.Style">
          <a class="xref" href="C1.Report.FlexChart.Legend.Style.html#C1_Report_FlexChart_Legend_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the legend style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Legend_Title" data-uid="C1.Report.FlexChart.Legend.Title">
          <a class="xref" href="C1.Report.FlexChart.Legend.Title.html#C1_Report_FlexChart_Legend_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Legend_TitleStyle" data-uid="C1.Report.FlexChart.Legend.TitleStyle">
          <a class="xref" href="C1.Report.FlexChart.Legend.TitleStyle.html#C1_Report_FlexChart_Legend_TitleStyle">TitleStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the legend title style.</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_Legend_AssignFrom_System_Object_" data-uid="C1.Report.FlexChart.Legend.AssignFrom(System.Object)">
          <a class="xref" href="C1.Report.FlexChart.Legend.AssignFrom.html#C1_Report_FlexChart_Legend_AssignFrom_System_Object_">AssignFrom(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.Report.FlexChart.Legend.html">Legend</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Legend_CreateSame" data-uid="C1.Report.FlexChart.Legend.CreateSame">
          <a class="xref" href="C1.Report.FlexChart.Legend.CreateSame.html#C1_Report_FlexChart_Legend_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates instance of same class as this object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
