# C1.WPF.Chart.PlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_PlotArea" data-uid="C1.WPF.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>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IPlotArea</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.html">C1.WPF.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Chart.dll</h6>
  <h5 id="C1_WPF_Chart_PlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PlotArea : DependencyObject, IPlotArea</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PlotArea
    Inherits DependencyObject
    Implements IPlotArea</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_WPF_Chart_PlotArea__ctor" data-uid="C1.WPF.Chart.PlotArea.#ctor">
          <a class="xref" href="C1.WPF.Chart.PlotArea.-ctor.html#C1_WPF_Chart_PlotArea__ctor">PlotArea()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_PlotArea_ColumnProperty" data-uid="C1.WPF.Chart.PlotArea.ColumnProperty">
          <a class="xref" href="C1.WPF.Chart.PlotArea.ColumnProperty.html">ColumnProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Row dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_PlotArea_HeightProperty" data-uid="C1.WPF.Chart.PlotArea.HeightProperty">
          <a class="xref" href="C1.WPF.Chart.PlotArea.HeightProperty.html">HeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Height dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_PlotArea_PlotAreaNameProperty" data-uid="C1.WPF.Chart.PlotArea.PlotAreaNameProperty">
          <a class="xref" href="C1.WPF.Chart.PlotArea.PlotAreaNameProperty.html">PlotAreaNameProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the PlotAreaName dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_PlotArea_RowProperty" data-uid="C1.WPF.Chart.PlotArea.RowProperty">
          <a class="xref" href="C1.WPF.Chart.PlotArea.RowProperty.html">RowProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Row dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_PlotArea_WidthProperty" data-uid="C1.WPF.Chart.PlotArea.WidthProperty">
          <a class="xref" href="C1.WPF.Chart.PlotArea.WidthProperty.html">WidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Width dependency property.</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_WPF_Chart_PlotArea_Column" data-uid="C1.WPF.Chart.PlotArea.Column">
          <a class="xref" href="C1.WPF.Chart.PlotArea.Column.html#C1_WPF_Chart_PlotArea_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column index of the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_PlotArea_Height" data-uid="C1.WPF.Chart.PlotArea.Height">
          <a class="xref" href="C1.WPF.Chart.PlotArea.Height.html#C1_WPF_Chart_PlotArea_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Height of the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_PlotArea_PlotAreaName" data-uid="C1.WPF.Chart.PlotArea.PlotAreaName">
          <a class="xref" href="C1.WPF.Chart.PlotArea.PlotAreaName.html#C1_WPF_Chart_PlotArea_PlotAreaName">PlotAreaName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot area name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_PlotArea_Row" data-uid="C1.WPF.Chart.PlotArea.Row">
          <a class="xref" href="C1.WPF.Chart.PlotArea.Row.html#C1_WPF_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_WPF_Chart_PlotArea_Width" data-uid="C1.WPF.Chart.PlotArea.Width">
          <a class="xref" href="C1.WPF.Chart.PlotArea.Width.html#C1_WPF_Chart_PlotArea_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the plot area.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
