# C1.Win.FlexReport.Chart.Chart2DPlotArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_Chart2DPlotArea" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea" class="text-break">Chart2DPlotArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents the plot area of 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"><a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><a class="xref" href="C1.Win.FlexReport.Chart.ChartRect.html">ChartRect</a></div>
    <div class="level3"><span class="xref">Chart2DPlotArea</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_Chart2DPlotArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart2DPlotArea : ChartRect, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart2DPlotArea
    Inherits ChartRect
    Implements INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <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_FlexReport_Chart_Chart2DPlotArea_AlarmZones" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.AlarmZones">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.AlarmZones.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_AlarmZones">AlarmZones</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of ChartAlarmZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_BackColor" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.BackColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.BackColor.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the plot area.
Inherits from the chart area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_BackColor2" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.BackColor2">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.BackColor2.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_BackColor2">BackColor2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second background color for gradient or hatch style.
Inherits from the chart area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_Boxed" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.Boxed">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.Boxed.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_Boxed">Boxed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the plot area is enclosed in a box (solid border).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ForeColor" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ForeColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ForeColor.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the plot area.
Inherits from the chart area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_GradientStyle" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.GradientStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.GradientStyle.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_GradientStyle">GradientStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of gradient background filling.
Inherits from the chart area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_HatchStyle" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.HatchStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.HatchStyle.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_HatchStyle">HatchStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of hatch background filling.
Inherits from the chart area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_Opaque" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.Opaque">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.Opaque.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_Opaque">Opaque</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the plot area background is opaque.
Inherits from the chart area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_UseAntiAlias" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.UseAntiAlias">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.UseAntiAlias.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_UseAntiAlias">UseAntiAlias</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to use anti-aliasing while rendering chart data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_View3D" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.View3D">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.View3D.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_View3D">View3D</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Chart2DView3D object of the plot area.
The returned Chart2DView3D object has properties which are used to set 3D aspects of the plot area for charts with 3D effects.</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_Win_FlexReport_Chart_Chart2DPlotArea_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.AssignFrom.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_">AssignFrom(ChartObject)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.
Assigns (copies) properties from another <a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetBackColor" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetBackColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetBackColor.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BackColor property to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetBackColor2" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetBackColor2">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetBackColor2.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetBackColor2">ResetBackColor2()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BackColor2 property to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetForeColor" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetForeColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetForeColor.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ForeColor property to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetGradientStyle" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetGradientStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetGradientStyle.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetGradientStyle">ResetGradientStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the GradientStyle property to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetHatchStyle" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetHatchStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetHatchStyle.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetHatchStyle">ResetHatchStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the HatchStyle property to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetOpaque" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetOpaque">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ResetOpaque.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ResetOpaque">ResetOpaque()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Opaque properyt to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeBackColor" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeBackColor.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the BackColor property is in the default state.
The default state is to inherit the BackColor from the Chart2DArea object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeBackColor2" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeBackColor2">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeBackColor2.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeBackColor2">ShouldSerializeBackColor2()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the BackColor2 property is in the default state.
The default state is to inherit the BackColor2 from the Chart2DArea object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeForeColor" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeForeColor.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the ForeColor property is in the default state.
The default state is to inherit the ForeColor from the Chart2DArea object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeGradientStyle" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeGradientStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeGradientStyle.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeGradientStyle">ShouldSerializeGradientStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the GradientStyle property is in the default state.
The default state is to inherit the GradientStyle from the Chart2DArea object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeHatchStyle" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeHatchStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeHatchStyle.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeHatchStyle">ShouldSerializeHatchStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the HatchStyle property is in the default state.
The default state is to inherit the HatchStyle from the Chart2DArea object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeOpaque" data-uid="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeOpaque">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DPlotArea.ShouldSerializeOpaque.html#C1_Win_FlexReport_Chart_Chart2DPlotArea_ShouldSerializeOpaque">ShouldSerializeOpaque()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Opqaue property is in the default state.
The default state is to inherit the Opaque from the Chart2DArea object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
