# C1.Win.C1Chart3D.Chart3DPointSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DPointSeries" data-uid="C1.Win.C1Chart3D.Chart3DPointSeries" class="text-break">Chart3DPointSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents one series of data for point data layout (Chart3DDataSetPoint class).</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"><span class="xref">Chart3DPointSeries</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_Chart3DPointSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DPointSeries</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DPointSeries</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_Chart3DPointSeries__ctor" data-uid="C1.Win.C1Chart3D.Chart3DPointSeries.#ctor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.-ctor.html#C1_Win_C1Chart3D_Chart3DPointSeries__ctor">Chart3DPointSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.html">Chart3DPointSeries</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_Chart3DPointSeries_Connected" data-uid="C1.Win.C1Chart3D.Chart3DPointSeries.Connected">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.Connected.html#C1_Win_C1Chart3D_Chart3DPointSeries_Connected">Connected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the series points are connected with lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeries_Count" data-uid="C1.Win.C1Chart3D.Chart3DPointSeries.Count">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.Count.html#C1_Win_C1Chart3D_Chart3DPointSeries_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of points in series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeries_Item_System_Int32_" data-uid="C1.Win.C1Chart3D.Chart3DPointSeries.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.Item.html#C1_Win_C1Chart3D_Chart3DPointSeries_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets data point by specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeries_Label" data-uid="C1.Win.C1Chart3D.Chart3DPointSeries.Label">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.Label.html#C1_Win_C1Chart3D_Chart3DPointSeries_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text label of series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeries_Points" data-uid="C1.Win.C1Chart3D.Chart3DPointSeries.Points">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.Points.html#C1_Win_C1Chart3D_Chart3DPointSeries_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array of points in the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeries_Style" data-uid="C1.Win.C1Chart3D.Chart3DPointSeries.Style">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.Style.html#C1_Win_C1Chart3D_Chart3DPointSeries_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of point drawing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPointSeries_Visible" data-uid="C1.Win.C1Chart3D.Chart3DPointSeries.Visible">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.Visible.html#C1_Win_C1Chart3D_Chart3DPointSeries_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets visibility 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_Chart3DPointSeries_ToString" data-uid="C1.Win.C1Chart3D.Chart3DPointSeries.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPointSeries.ToString.html#C1_Win_C1Chart3D_Chart3DPointSeries_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DPointSeries.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
