# C1.Win.C1Chart3D.Chart3DPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DPoint" data-uid="C1.Win.C1Chart3D.Chart3DPoint" class="text-break">Chart3DPoint Struct
</h1>
  <div class="markdown level0 summary"><p>Presents the point in 3D space.</p>
</div>
  <div class="markdown level0 conceptual"></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_Chart3DPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(Chart3DPoint.TypeConverter))]
public struct Chart3DPoint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(Chart3DPoint.TypeConverter))&gt;
Public Structure Chart3DPoint</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_Chart3DPoint__ctor_System_Double_System_Double_System_Double_" data-uid="C1.Win.C1Chart3D.Chart3DPoint.#ctor(System.Double,System.Double,System.Double)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPoint.-ctor.html#C1_Win_C1Chart3D_Chart3DPoint__ctor_System_Double_System_Double_System_Double_">Chart3DPoint(double, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DPoint.html">Chart3DPoint</a> structure.</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_Chart3DPoint_X" data-uid="C1.Win.C1Chart3D.Chart3DPoint.X">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPoint.X.html#C1_Win_C1Chart3D_Chart3DPoint_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets X-coordinate of the point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPoint_Y" data-uid="C1.Win.C1Chart3D.Chart3DPoint.Y">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPoint.Y.html#C1_Win_C1Chart3D_Chart3DPoint_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets Y-coordinate of the point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DPoint_Z" data-uid="C1.Win.C1Chart3D.Chart3DPoint.Z">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPoint.Z.html#C1_Win_C1Chart3D_Chart3DPoint_Z">Z</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets Z-coordinate of the point.</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_Chart3DPoint_ToString" data-uid="C1.Win.C1Chart3D.Chart3DPoint.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DPoint.ToString.html#C1_Win_C1Chart3D_Chart3DPoint_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DPoint.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
