# C1.Win.FlexReport.Chart.Chart2DGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_Chart2DGroup" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup" class="text-break">Chart2DGroup Class
</h1>
  <div class="markdown level0 summary"><p>Represents a 2D chart group which contains chart data and classes that control chart appearance.</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"><span class="xref">Chart2DGroup</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_Chart2DGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart2DGroup : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart2DGroup
    Inherits ChartObject
    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_Chart2DGroup_AxisXType" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.AxisXType">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.AxisXType.html#C1_Win_FlexReport_Chart_Chart2DGroup_AxisXType">AxisXType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data type for AxisX.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Bar" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Bar">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Bar.html#C1_Win_FlexReport_Chart_Chart2DGroup_Bar">Bar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartBar object containing properties specific to Bar charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Bubble" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Bubble">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Bubble.html#C1_Win_FlexReport_Chart_Chart2DGroup_Bubble">Bubble</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartBubble object containing properties specific to Bubble charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_ChartData" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.ChartData">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.ChartData.html#C1_Win_FlexReport_Chart_Chart2DGroup_ChartData">ChartData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Chart2DData object containing the numerical series to be charted and display information for each series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_ChartType" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.ChartType">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.ChartType.html#C1_Win_FlexReport_Chart_Chart2DGroup_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of chart to display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Gantt" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Gantt">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Gantt.html#C1_Win_FlexReport_Chart_Chart2DGroup_Gantt">Gantt</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartGantt object containing properties specific to Gantt charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Hilo" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Hilo">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Hilo.html#C1_Win_FlexReport_Chart_Chart2DGroup_Hilo">Hilo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartHiLo object containing properties specific to Hi-Lo chart types, including Hi-Lo, Hi-Lo-Open-Close and Candle charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Histogram" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Histogram">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Histogram.html#C1_Win_FlexReport_Chart_Chart2DGroup_Histogram">Histogram</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartHistogram object containing properties specific to Histogram charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Is100Percent" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Is100Percent">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Is100Percent.html#C1_Win_FlexReport_Chart_Chart2DGroup_Is100Percent">Is100Percent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the stacked chart is 100% chart. Applies only to line, bar and area charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_LegendReversed" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.LegendReversed">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.LegendReversed.html#C1_Win_FlexReport_Chart_Chart2DGroup_LegendReversed">LegendReversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the order in which the series entries of each Chart2DGroup appear in the legend is reversed.</p>
<p>
The series of each Chart2DGroup normally appear in index order in the legend.
If this property is true, the series entries appear in reversed order.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_OutlineColor" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.OutlineColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.OutlineColor.html#C1_Win_FlexReport_Chart_Chart2DGroup_OutlineColor">OutlineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to draw figure outlines.
Such figures include Bars, Pies, Areas, etc.</p>
<p>
By default, outlines are drawn in the PlotArea ForeColor.
Set this to Transparent color to use the default Chart2DPlotArea ForeColor.
</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Pie" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Pie">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Pie.html#C1_Win_FlexReport_Chart_Chart2DGroup_Pie">Pie</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartPie object containing properties specific to Pie charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Polar" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Polar">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Polar.html#C1_Win_FlexReport_Chart_Chart2DGroup_Polar">Polar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartPolar object containing properties specific to Polar charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Radar" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Radar">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Radar.html#C1_Win_FlexReport_Chart_Chart2DGroup_Radar">Radar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartRadar object containing properties specific to Radar charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_ShowOutline" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.ShowOutline">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.ShowOutline.html#C1_Win_FlexReport_Chart_Chart2DGroup_ShowOutline">ShowOutline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether figures drawn should be outlined in the Chart2DPlotArea ForeColor.
Such figures include Bars, Pies, Areas, etc.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Stacked" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Stacked">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Stacked.html#C1_Win_FlexReport_Chart_Chart2DGroup_Stacked">Stacked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart should stack the data (for appropriate chart types).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Use3D" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Use3D">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Use3D.html#C1_Win_FlexReport_Chart_Chart2DGroup_Use3D">Use3D</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether 3D effects are used for charting the data in the Chart2DGroup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart2DGroup_Visible" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.Visible">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.Visible.html#C1_Win_FlexReport_Chart_Chart2DGroup_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Chart2DGroup is visible.</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_Chart2DGroup_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.Chart2DGroup.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart2DGroup.AssignFrom.html#C1_Win_FlexReport_Chart_Chart2DGroup_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>
