# GrapeCity.ActiveReports.Chart.Graphics.Point3d

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_Graphics_Point3d" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d" class="text-break">Point3d Class
</h1>
  <div class="markdown level0 summary"><p>Represents a point in 3D geometrical space.</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="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><span class="xref">Point3d</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.html">GrapeCity.ActiveReports.Chart.Graphics</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Graphics_Point3d_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(Point3d.Converter))]
public sealed class Point3d : Item, IGraphItem, ICloneable, IGraphXmlSerializable</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="GrapeCity_ActiveReports_Chart_Graphics_Point3d__ctor" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d__ctor">Point3d()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the Point3d class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point3d__ctor_System_Single_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.#ctor(System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d__ctor_System_Single_System_Single_System_Single_">Point3d(float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the Point3d class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point3d__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d__ctor_System_String_">Point3d(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point3d__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.-ctor.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">Point3d(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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="GrapeCity_ActiveReports_Chart_Graphics_Point3d_IsDirty" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.IsDirty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.IsDirty.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d_IsDirty">IsDirty</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        Overridden 
</code></pre>
<pre><code class="lang-csharp">Item.IsDirty</code></pre>
<p>. Specifies whether object should be redrawn.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point3d_X" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.X">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.X.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets point's x coordinate</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point3d_Y" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.Y">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.Y.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets point's y coordinate</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point3d_Z" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.Z">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.Z.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d_Z">Z</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets point's z coordinate</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="GrapeCity_ActiveReports_Chart_Graphics_Point3d_Clone" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.Clone.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        Overridden 
</code></pre>
<pre><code class="lang-csharp">Item.Clone</code></pre>
<p>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point3d_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.Equals.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Compare the Point3d object to another System.Object and check if the two are equal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point3d_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.GetHashCode.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Graphics_Point3d_ToString" data-uid="GrapeCity.ActiveReports.Chart.Graphics.Point3d.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Point3d.ToString.html#GrapeCity_ActiveReports_Chart_Graphics_Point3d_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the value of the current instance to string representation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
