# C1.WPF.C1Chart.PlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_PlotArea" data-uid="C1.WPF.C1Chart.PlotArea" class="text-break">PlotArea Class
</h1>
  <div class="markdown level0 summary"><p>Defines the area containing plot elements that correspond to the data points.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><span class="xref">PlotArea</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_PlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PlotArea : DependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PlotArea
    Inherits DependencyObject</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_C1Chart_PlotArea__ctor" data-uid="C1.WPF.C1Chart.PlotArea.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.PlotArea.-ctor.html#C1_WPF_C1Chart_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_C1Chart_PlotArea_BackgroundProperty" data-uid="C1.WPF.C1Chart.PlotArea.BackgroundProperty">
          <a class="xref" href="C1.WPF.C1Chart.PlotArea.BackgroundProperty.html">BackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Background dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotArea_ColumnProperty" data-uid="C1.WPF.C1Chart.PlotArea.ColumnProperty">
          <a class="xref" href="C1.WPF.C1Chart.PlotArea.ColumnProperty.html">ColumnProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Column dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotArea_RowProperty" data-uid="C1.WPF.C1Chart.PlotArea.RowProperty">
          <a class="xref" href="C1.WPF.C1Chart.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_C1Chart_PlotArea_StrokeProperty" data-uid="C1.WPF.C1Chart.PlotArea.StrokeProperty">
          <a class="xref" href="C1.WPF.C1Chart.PlotArea.StrokeProperty.html">StrokeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Stroke dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotArea_StrokeThicknessProperty" data-uid="C1.WPF.C1Chart.PlotArea.StrokeThicknessProperty">
          <a class="xref" href="C1.WPF.C1Chart.PlotArea.StrokeThicknessProperty.html">StrokeThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StrokeThickness 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_C1Chart_PlotArea_Background" data-uid="C1.WPF.C1Chart.PlotArea.Background">
          <a class="xref" href="C1.WPF.C1Chart.PlotArea.Background.html#C1_WPF_C1Chart_PlotArea_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot area background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotArea_Column" data-uid="C1.WPF.C1Chart.PlotArea.Column">
          <a class="xref" href="C1.WPF.C1Chart.PlotArea.Column.html#C1_WPF_C1Chart_PlotArea_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets column index of plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotArea_Row" data-uid="C1.WPF.C1Chart.PlotArea.Row">
          <a class="xref" href="C1.WPF.C1Chart.PlotArea.Row.html#C1_WPF_C1Chart_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_C1Chart_PlotArea_Stroke" data-uid="C1.WPF.C1Chart.PlotArea.Stroke">
          <a class="xref" href="C1.WPF.C1Chart.PlotArea.Stroke.html#C1_WPF_C1Chart_PlotArea_Stroke">Stroke</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke of plot area bounds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_PlotArea_StrokeThickness" data-uid="C1.WPF.C1Chart.PlotArea.StrokeThickness">
          <a class="xref" href="C1.WPF.C1Chart.PlotArea.StrokeThickness.html#C1_WPF_C1Chart_PlotArea_StrokeThickness">StrokeThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the stroke thickness</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
