# C1.Win.FlexReport.Chart.Chart3DDataSetGrid

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_Chart3DDataSetGrid" data-uid="C1.Win.FlexReport.Chart.Chart3DDataSetGrid" class="text-break">Chart3DDataSetGrid Class
</h1>
  <div class="markdown level0 summary"><p>Represents data for grid or irregular grid data layout.</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">Chart3DDataSetGrid</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_Chart3DDataSetGrid_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DDataSetGrid : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DDataSetGrid
    Inherits ChartObject
    Implements INotifyPropertyChanged, IC1Serializable</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_Win_FlexReport_Chart_Chart3DDataSetGrid__ctor_C1_Win_FlexReport_Chart_Chart3DUnboundData_" data-uid="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.#ctor(C1.Win.FlexReport.Chart.Chart3DUnboundData)">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.-ctor.html#C1_Win_FlexReport_Chart_Chart3DDataSetGrid__ctor_C1_Win_FlexReport_Chart_Chart3DUnboundData_">Chart3DDataSetGrid(Chart3DUnboundData)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize new instance of Chart3DDataSetGrid object.</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_Win_FlexReport_Chart_Chart3DDataSetGrid_ColumnCount" data-uid="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.ColumnCount">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.ColumnCount.html#C1_Win_FlexReport_Chart_Chart3DDataSetGrid_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns in grid dataset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DDataSetGrid_GridData" data-uid="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.GridData">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.GridData.html#C1_Win_FlexReport_Chart_Chart3DDataSetGrid_GridData">GridData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets two-dimensional array of Z-values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DDataSetGrid_Item_System_Int32_System_Int32_" data-uid="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.Item(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.Item.html#C1_Win_FlexReport_Chart_Chart3DDataSetGrid_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets z-value of data by specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DDataSetGrid_RowCount" data-uid="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.RowCount">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.RowCount.html#C1_Win_FlexReport_Chart_Chart3DDataSetGrid_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows in grid dataset.</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_Chart3DDataSetGrid_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.AssignFrom.html#C1_Win_FlexReport_Chart_Chart3DDataSetGrid_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_Chart3DDataSetGrid_GetChartGroup" data-uid="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.GetChartGroup">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.GetChartGroup.html#C1_Win_FlexReport_Chart_Chart3DDataSetGrid_GetChartGroup">GetChartGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal used only. Gets the chart group which contains this data set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DDataSetGrid_SetValue_System_Int32_System_Int32_System_Double_" data-uid="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.SetValue(System.Int32,System.Int32,System.Double)">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DDataSetGrid.SetValue.html#C1_Win_FlexReport_Chart_Chart3DDataSetGrid_SetValue_System_Int32_System_Int32_System_Double_">SetValue(int, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets z-value of data by specified row and column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
