# C1.Win.C1Chart3D.Chart3DDataSetPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DDataSetPoint" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint" class="text-break">Chart3DDataSetPoint Class
</h1>
  <div class="markdown level0 summary"><p>Represents point 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.C1Chart3D.Chart3DDataSet.html">Chart3DDataSet</a></div>
    <div class="level2"><span class="xref">Chart3DDataSetPoint</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart3D.html">C1.Win.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart3D.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart3D_Chart3DDataSetPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DDataSetPoint : Chart3DDataSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DDataSetPoint
    Inherits Chart3DDataSet</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_C1Chart3D_Chart3DDataSetPoint__ctor" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.#ctor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.-ctor.html#C1_Win_C1Chart3D_Chart3DDataSetPoint__ctor">Chart3DDataSetPoint()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.html">Chart3DDataSetPoint</a> class.</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_C1Chart3D_Chart3DDataSetPoint_Item_System_Int32_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.Item(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.Item.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets data point coordinates by specified series and index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_MaxX" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.MaxX">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.MaxX.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_MaxX">MaxX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum X value of the chart data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_MaxY" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.MaxY">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.MaxY.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_MaxY">MaxY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum Y value of the chart data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_MaxZ" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.MaxZ">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.MaxZ.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_MaxZ">MaxZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum Z value of the chart data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_MinX" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.MinX">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.MinX.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_MinX">MinX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum X value of the chart data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_MinY" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.MinY">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.MinY.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_MinY">MinY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum Y value of the chart data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_MinZ" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.MinZ">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.MinZ.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_MinZ">MinZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum Z value of the chart data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_SeriesCollection" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.SeriesCollection">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.SeriesCollection.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_SeriesCollection">SeriesCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of series.</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_C1Chart3D_Chart3DDataSetPoint_AddSeries_C1_Win_C1Chart3D_Chart3DPoint___" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.AddSeries(C1.Win.C1Chart3D.Chart3DPoint[])">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.AddSeries.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_AddSeries_C1_Win_C1Chart3D_Chart3DPoint___">AddSeries(Chart3DPoint[])</a>
        </td>
        <td class="markdown level1 summary"><p>Add new series to the data set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_GetColumnByPointIndex_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.GetColumnByPointIndex(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.GetColumnByPointIndex.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_GetColumnByPointIndex_System_Int32_">GetColumnByPointIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets column by point index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_GetLStyleByHash_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.GetLStyleByHash(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.GetLStyleByHash.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_GetLStyleByHash_System_Int32_">GetLStyleByHash(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the plotting line style by hash.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_GetPointInternal_System_Int32_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.GetPointInternal(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.GetPointInternal.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_GetPointInternal_System_Int32_System_Int32_">GetPointInternal(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the point by column and row index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_GetRowByPointIndex_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.GetRowByPointIndex(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.GetRowByPointIndex.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_GetRowByPointIndex_System_Int32_">GetRowByPointIndex(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets row by point index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_GetSStyleByHash_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.GetSStyleByHash(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.GetSStyleByHash.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_GetSStyleByHash_System_Int32_">GetSStyleByHash(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the contour style by hash.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_Refresh" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.Refresh">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.Refresh.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a data set was changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_RemoveSeries_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.RemoveSeries(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.RemoveSeries.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_RemoveSeries_System_Int32_">RemoveSeries(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove series with given index from the data set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DDataSetPoint_SyncProps" data-uid="C1.Win.C1Chart3D.Chart3DDataSetPoint.SyncProps">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DDataSetPoint.SyncProps.html#C1_Win_C1Chart3D_Chart3DDataSetPoint_SyncProps">SyncProps()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when data values are to be calculated.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
