# C1.Win.FlexReport.Chart.Chart2DArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_Chart2DArea" data-uid="C1.Win.FlexReport.Chart.Chart2DArea" class="text-break">Chart2DArea Class
</h1>
  <div class="markdown level0 summary"><p>Represents the chart 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">Chart2DArea</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_Chart2DArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart2DArea : ChartRect, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart2DArea
    Inherits ChartRect
    Implements INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <h5 id="C1_Win_FlexReport_Chart_Chart2DArea_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This area includes all axes and the charted data.</p>
</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_Chart2DArea_AxisX" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.AxisX">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.AxisX.html#C1_Win_FlexReport_Chart_Chart2DArea_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the primary X-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DArea_AxisY" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.AxisY">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.AxisY.html#C1_Win_FlexReport_Chart_Chart2DArea_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the primary Y-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DArea_AxisY2" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.AxisY2">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.AxisY2.html#C1_Win_FlexReport_Chart_Chart2DArea_AxisY2">AxisY2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the primary Y2-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DArea_Inverted" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.Inverted">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.Inverted.html#C1_Win_FlexReport_Chart_Chart2DArea_Inverted">Inverted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart area is inverted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DArea_MarginBottom" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.MarginBottom">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.MarginBottom.html#C1_Win_FlexReport_Chart_Chart2DArea_MarginBottom">MarginBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom margin of chart area in twips.
-1 will allow for margin auto-positioning.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DArea_MarginLeft" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.MarginLeft">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.MarginLeft.html#C1_Win_FlexReport_Chart_Chart2DArea_MarginLeft">MarginLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left margin of chart area in twips.
-1 will allow for margin auto-positioning.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DArea_MarginRight" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.MarginRight">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.MarginRight.html#C1_Win_FlexReport_Chart_Chart2DArea_MarginRight">MarginRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right margin of chart area in twips.
-1 will allow for margin auto-positioning.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DArea_MarginTop" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.MarginTop">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.MarginTop.html#C1_Win_FlexReport_Chart_Chart2DArea_MarginTop">MarginTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top margin of chart area in twips.
-1 will allow for margin auto-positioning.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DArea_PlotArea" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.PlotArea">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.PlotArea.html#C1_Win_FlexReport_Chart_Chart2DArea_PlotArea">PlotArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Chart2DPlotArea object that describles the region where data is charted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DArea_Style" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.Style">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.Style.html#C1_Win_FlexReport_Chart_Chart2DArea_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the chart area.</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_Chart2DArea_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.Chart2DArea.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DArea.AssignFrom.html#C1_Win_FlexReport_Chart_Chart2DArea_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>
    </tbody>
  </table>

</div>
