# C1.Win.Chart.PlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_PlotArea" data-uid="C1.Win.Chart.PlotArea" class="text-break">PlotArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents plot area in FlexChart.</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.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_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_Win_Chart_PlotArea__ctor" data-uid="C1.Win.Chart.PlotArea.#ctor">
          <a class="xref" href="C1.Win.Chart.PlotArea.-ctor.html#C1_Win_Chart_PlotArea__ctor">PlotArea()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_Chart_PlotArea_Column" data-uid="C1.Win.Chart.PlotArea.Column">
          <a class="xref" href="C1.Win.Chart.PlotArea.Column.html#C1_Win_Chart_PlotArea_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column index of plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_PlotArea_Height" data-uid="C1.Win.Chart.PlotArea.Height">
          <a class="xref" href="C1.Win.Chart.PlotArea.Height.html#C1_Win_Chart_PlotArea_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_PlotArea_Name" data-uid="C1.Win.Chart.PlotArea.Name">
          <a class="xref" href="C1.Win.Chart.PlotArea.Name.html#C1_Win_Chart_PlotArea_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_PlotArea_Row" data-uid="C1.Win.Chart.PlotArea.Row">
          <a class="xref" href="C1.Win.Chart.PlotArea.Row.html#C1_Win_Chart_PlotArea_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row index of plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_PlotArea_Width" data-uid="C1.Win.Chart.PlotArea.Width">
          <a class="xref" href="C1.Win.Chart.PlotArea.Width.html#C1_Win_Chart_PlotArea_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of plot area.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
