# C1.Web.Mvc.Fluent.ChartLegendBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ChartLegendBuilder" data-uid="C1.Web.Mvc.Fluent.ChartLegendBuilder" class="text-break">ChartLegendBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.ChartLegend.html">ChartLegend</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ChartLegend.html">ChartLegend</a>, <a class="xref" href="C1.Web.Mvc.Fluent.ChartLegendBuilder.html">ChartLegendBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">ChartLegendBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_ChartLegendBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartLegendBuilder : BaseBuilder&lt;ChartLegend, ChartLegendBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartLegendBuilder
    Inherits BaseBuilder(Of ChartLegend, ChartLegendBuilder)</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_Web_Mvc_Fluent_ChartLegendBuilder__ctor_C1_Web_Mvc_ChartLegend_" data-uid="C1.Web.Mvc.Fluent.ChartLegendBuilder.#ctor(C1.Web.Mvc.ChartLegend)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartLegendBuilder.-ctor.html#C1_Web_Mvc_Fluent_ChartLegendBuilder__ctor_C1_Web_Mvc_ChartLegend_">ChartLegendBuilder(ChartLegend)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ChartLegendBuilder.html">ChartLegendBuilder</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Fluent_ChartLegendBuilder_MaxSize_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartLegendBuilder.MaxSize(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartLegendBuilder.MaxSize.html#C1_Web_Mvc_Fluent_ChartLegendBuilder_MaxSize_System_String_">MaxSize(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartLegend.MaxSize.html#C1_Web_Mvc_ChartLegend_MaxSize">MaxSize</a>.
Sets the maximum legend size (width for left or right position and height for top or bottom position).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartLegendBuilder_Orientation_C1_Web_Mvc_Chart_LegendOrientation_" data-uid="C1.Web.Mvc.Fluent.ChartLegendBuilder.Orientation(C1.Web.Mvc.Chart.LegendOrientation)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartLegendBuilder.Orientation.html#C1_Web_Mvc_Fluent_ChartLegendBuilder_Orientation_C1_Web_Mvc_Chart_LegendOrientation_">Orientation(LegendOrientation)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartLegend.Orientation.html#C1_Web_Mvc_ChartLegend_Orientation">Orientation</a>.
Sets a value that determines the orientation of the legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartLegendBuilder_Position_C1_Web_Mvc_Chart_Position_" data-uid="C1.Web.Mvc.Fluent.ChartLegendBuilder.Position(C1.Web.Mvc.Chart.Position)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartLegendBuilder.Position.html#C1_Web_Mvc_Fluent_ChartLegendBuilder_Position_C1_Web_Mvc_Chart_Position_">Position(Position)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartLegend.Position.html#C1_Web_Mvc_ChartLegend_Position">Position</a>.
Sets the enumerated value that determines whether and where the legend appears in relation to the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartLegendBuilder_Reverse_System_Nullable_System_Boolean__" data-uid="C1.Web.Mvc.Fluent.ChartLegendBuilder.Reverse(System.Nullable{System.Boolean})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartLegendBuilder.Reverse.html#C1_Web_Mvc_Fluent_ChartLegendBuilder_Reverse_System_Nullable_System_Boolean__">Reverse(bool?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartLegend.Reverse.html#C1_Web_Mvc_ChartLegend_Reverse">Reverse</a>.
Sets a value that determines whether the legend would be shown in reverse order or not.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartLegendBuilder_Scrollbar_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ChartLegendBuilder.Scrollbar(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartLegendBuilder.Scrollbar.html#C1_Web_Mvc_Fluent_ChartLegendBuilder_Scrollbar_System_Boolean_">Scrollbar(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartLegend.Scrollbar.html#C1_Web_Mvc_ChartLegend_Scrollbar">Scrollbar</a>.
Sets a value that determines whether the scrollbar should be used for a long legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartLegendBuilder_Title_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartLegendBuilder.Title(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartLegendBuilder.Title.html#C1_Web_Mvc_Fluent_ChartLegendBuilder_Title_System_String_">Title(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartLegend.Title.html#C1_Web_Mvc_ChartLegend_Title">Title</a>.
Sets a value that determines the title of the legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartLegendBuilder_TitleAlign_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartLegendBuilder.TitleAlign(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartLegendBuilder.TitleAlign.html#C1_Web_Mvc_Fluent_ChartLegendBuilder_TitleAlign_System_String_">TitleAlign(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartLegend.TitleAlign.html#C1_Web_Mvc_ChartLegend_TitleAlign">TitleAlign</a>.
Sets a value that determines the align value of the legend.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
