# C1.Win.C1Chart3D.Chart3DGridLines

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DGridLines" data-uid="C1.Win.C1Chart3D.Chart3DGridLines" class="text-break">Chart3DGridLines Class
</h1>
  <div class="markdown level0 summary"><p>The Chart3DGridLines class and its properties are used for control appearance of grid.</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">Chart3DGridLines</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_Chart3DGridLines_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DGridLines</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DGridLines</code></pre>
  </div>
  <h5 id="C1_Win_C1Chart3D_Chart3DGridLines_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>It is returned by the MajorGrid property of a Chart3DAxis.</p>
</div>
  <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_Chart3DGridLines_IsOnXYPlane" data-uid="C1.Win.C1Chart3D.Chart3DGridLines.IsOnXYPlane">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGridLines.IsOnXYPlane.html#C1_Win_C1Chart3D_Chart3DGridLines_IsOnXYPlane">IsOnXYPlane</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether grid lines are to appear on the XY-plane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGridLines_IsOnXZPlane" data-uid="C1.Win.C1Chart3D.Chart3DGridLines.IsOnXZPlane">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGridLines.IsOnXZPlane.html#C1_Win_C1Chart3D_Chart3DGridLines_IsOnXZPlane">IsOnXZPlane</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether grid lines are to appear on the XZ-plane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGridLines_IsOnYZPlane" data-uid="C1.Win.C1Chart3D.Chart3DGridLines.IsOnYZPlane">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGridLines.IsOnYZPlane.html#C1_Win_C1Chart3D_Chart3DGridLines_IsOnYZPlane">IsOnYZPlane</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether grid lines are to appear on the YZ-plane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DGridLines_Style" data-uid="C1.Win.C1Chart3D.Chart3DGridLines.Style">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DGridLines.Style.html#C1_Win_C1Chart3D_Chart3DGridLines_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets line style for drawing grid.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
