# C1.Win.Chart.Legend

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Legend" data-uid="C1.Win.Chart.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">Legend</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_Legend_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Legend</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Legend</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_Win_Chart_Legend_BorderStyle" data-uid="C1.Win.Chart.Legend.BorderStyle">
          <a class="xref" href="C1.Win.Chart.Legend.BorderStyle.html#C1_Win_Chart_Legend_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the legend border style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Legend_GroupHeaderStyle" data-uid="C1.Win.Chart.Legend.GroupHeaderStyle">
          <a class="xref" href="C1.Win.Chart.Legend.GroupHeaderStyle.html#C1_Win_Chart_Legend_GroupHeaderStyle">GroupHeaderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the legend group header style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Legend_ItemMaxWidth" data-uid="C1.Win.Chart.Legend.ItemMaxWidth">
          <a class="xref" href="C1.Win.Chart.Legend.ItemMaxWidth.html#C1_Win_Chart_Legend_ItemMaxWidth">ItemMaxWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the max width of legend item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Legend_Orientation" data-uid="C1.Win.Chart.Legend.Orientation">
          <a class="xref" href="C1.Win.Chart.Legend.Orientation.html#C1_Win_Chart_Legend_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Legend_Position" data-uid="C1.Win.Chart.Legend.Position">
          <a class="xref" href="C1.Win.Chart.Legend.Position.html#C1_Win_Chart_Legend_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Legend_Reversed" data-uid="C1.Win.Chart.Legend.Reversed">
          <a class="xref" href="C1.Win.Chart.Legend.Reversed.html#C1_Win_Chart_Legend_Reversed">Reversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend reversed order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Legend_ScrollBars" data-uid="C1.Win.Chart.Legend.ScrollBars">
          <a class="xref" href="C1.Win.Chart.Legend.ScrollBars.html#C1_Win_Chart_Legend_ScrollBars">ScrollBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which scroll bars should appear in legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Legend_Style" data-uid="C1.Win.Chart.Legend.Style">
          <a class="xref" href="C1.Win.Chart.Legend.Style.html#C1_Win_Chart_Legend_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the legend style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Legend_TextWrapping" data-uid="C1.Win.Chart.Legend.TextWrapping">
          <a class="xref" href="C1.Win.Chart.Legend.TextWrapping.html#C1_Win_Chart_Legend_TextWrapping">TextWrapping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets legend text wrap mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Legend_Title" data-uid="C1.Win.Chart.Legend.Title">
          <a class="xref" href="C1.Win.Chart.Legend.Title.html#C1_Win_Chart_Legend_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Legend_TitleStyle" data-uid="C1.Win.Chart.Legend.TitleStyle">
          <a class="xref" href="C1.Win.Chart.Legend.TitleStyle.html#C1_Win_Chart_Legend_TitleStyle">TitleStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the legend title style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
