# C1.Web.Mvc.PlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_PlotArea" data-uid="C1.Web.Mvc.PlotArea" class="text-break">PlotArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents a plot area on the chart.</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">PlotArea</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_PlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PlotArea</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PlotArea</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_PlotArea__ctor" data-uid="C1.Web.Mvc.PlotArea.#ctor">
          <a class="xref" href="C1.Web.Mvc.PlotArea.-ctor.html#C1_Web_Mvc_PlotArea__ctor">PlotArea()</a>
        </td>
        <td class="markdown level1 summary"><p>Creats one <a class="xref" href="C1.Web.Mvc.PlotArea.html">PlotArea</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Web_Mvc_PlotArea_Column" data-uid="C1.Web.Mvc.PlotArea.Column">
          <a class="xref" href="C1.Web.Mvc.PlotArea.Column.html#C1_Web_Mvc_PlotArea_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or 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_PlotArea_Height" data-uid="C1.Web.Mvc.PlotArea.Height">
          <a class="xref" href="C1.Web.Mvc.PlotArea.Height.html#C1_Web_Mvc_PlotArea_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or 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_PlotArea_Name" data-uid="C1.Web.Mvc.PlotArea.Name">
          <a class="xref" href="C1.Web.Mvc.PlotArea.Name.html#C1_Web_Mvc_PlotArea_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot area name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PlotArea_Row" data-uid="C1.Web.Mvc.PlotArea.Row">
          <a class="xref" href="C1.Web.Mvc.PlotArea.Row.html#C1_Web_Mvc_PlotArea_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or 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_PlotArea_Style" data-uid="C1.Web.Mvc.PlotArea.Style">
          <a class="xref" href="C1.Web.Mvc.PlotArea.Style.html#C1_Web_Mvc_PlotArea_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PlotArea_Width" data-uid="C1.Web.Mvc.PlotArea.Width">
          <a class="xref" href="C1.Web.Mvc.PlotArea.Width.html#C1_Web_Mvc_PlotArea_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or 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>
