# C1.Web.Mvc.Fluent.PlotAreaBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_PlotAreaBuilder" data-uid="C1.Web.Mvc.Fluent.PlotAreaBuilder" class="text-break">PlotAreaBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.PlotArea.html">PlotArea</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.PlotArea.html">PlotArea</a>, <a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaBuilder.html">PlotAreaBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">PlotAreaBuilder</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_PlotAreaBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PlotAreaBuilder : BaseBuilder&lt;PlotArea, PlotAreaBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PlotAreaBuilder
    Inherits BaseBuilder(Of PlotArea, PlotAreaBuilder)</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_PlotAreaBuilder__ctor_C1_Web_Mvc_PlotArea_" data-uid="C1.Web.Mvc.Fluent.PlotAreaBuilder.#ctor(C1.Web.Mvc.PlotArea)">
          <a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaBuilder.-ctor.html#C1_Web_Mvc_Fluent_PlotAreaBuilder__ctor_C1_Web_Mvc_PlotArea_">PlotAreaBuilder(PlotArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaBuilder.html">PlotAreaBuilder</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_PlotAreaBuilder_Column_System_Int32_" data-uid="C1.Web.Mvc.Fluent.PlotAreaBuilder.Column(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaBuilder.Column.html#C1_Web_Mvc_Fluent_PlotAreaBuilder_Column_System_Int32_">Column(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.PlotArea.Column.html#C1_Web_Mvc_PlotArea_Column">Column</a>.
Sets the column number of plot area. Using column property, you can set vertical position of the plot area on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_PlotAreaBuilder_Height_System_String_" data-uid="C1.Web.Mvc.Fluent.PlotAreaBuilder.Height(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaBuilder.Height.html#C1_Web_Mvc_Fluent_PlotAreaBuilder_Height_System_String_">Height(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.PlotArea.Height.html#C1_Web_Mvc_PlotArea_Height">Height</a>.
Sets height of the plot area. The height can be specified as number(sets the height in pixels) or string in the format '{number}*' (star sizing).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_PlotAreaBuilder_Name_System_String_" data-uid="C1.Web.Mvc.Fluent.PlotAreaBuilder.Name(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaBuilder.Name.html#C1_Web_Mvc_Fluent_PlotAreaBuilder_Name_System_String_">Name(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.PlotArea.Name.html#C1_Web_Mvc_PlotArea_Name">Name</a>.
Sets the plot area name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_PlotAreaBuilder_Row_System_Int32_" data-uid="C1.Web.Mvc.Fluent.PlotAreaBuilder.Row(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaBuilder.Row.html#C1_Web_Mvc_Fluent_PlotAreaBuilder_Row_System_Int32_">Row(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.PlotArea.Row.html#C1_Web_Mvc_PlotArea_Row">Row</a>.
Sets the row number of plot area. Using row property, you can set horizontal position of the plot area on the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_PlotAreaBuilder_Style_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__" data-uid="C1.Web.Mvc.Fluent.PlotAreaBuilder.Style(System.Action{C1.Web.Mvc.Fluent.SVGStyleBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaBuilder.Style.html#C1_Web_Mvc_Fluent_PlotAreaBuilder_Style_System_Action_C1_Web_Mvc_Fluent_SVGStyleBuilder__">Style(Action&lt;SVGStyleBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.PlotArea.Style.html#C1_Web_Mvc_PlotArea_Style">Style</a>.
Sets the style of the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_PlotAreaBuilder_Width_System_String_" data-uid="C1.Web.Mvc.Fluent.PlotAreaBuilder.Width(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.PlotAreaBuilder.Width.html#C1_Web_Mvc_Fluent_PlotAreaBuilder_Width_System_String_">Width(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.PlotArea.Width.html#C1_Web_Mvc_PlotArea_Width">Width</a>.
Sets width of the plot area. The width can be specified as number(sets the width in pixels) or string in the format '{number}*' (star sizing).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
