# C1.Win.C1Chart3D.Chart3DStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DStyle" data-uid="C1.Win.C1Chart3D.Chart3DStyle" class="text-break">Chart3DStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents style for drawing scatter charts.</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">Notifier</span></div>
    <div class="level2"><span class="xref">Chart3DStyle</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_Chart3DStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DStyle : Notifier</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DStyle
    Inherits Notifier</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_Chart3DStyle__ctor" data-uid="C1.Win.C1Chart3D.Chart3DStyle.#ctor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.-ctor.html#C1_Win_C1Chart3D_Chart3DStyle__ctor">Chart3DStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.html">Chart3DStyle</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStyle__ctor_C1_Win_C1Chart3D_Chart3DSymbolStyle_C1_Win_C1Chart3D_Chart3DLineStyle_" data-uid="C1.Win.C1Chart3D.Chart3DStyle.#ctor(C1.Win.C1Chart3D.Chart3DSymbolStyle,C1.Win.C1Chart3D.Chart3DLineStyle)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.-ctor.html#C1_Win_C1Chart3D_Chart3DStyle__ctor_C1_Win_C1Chart3D_Chart3DSymbolStyle_C1_Win_C1Chart3D_Chart3DLineStyle_">Chart3DStyle(Chart3DSymbolStyle, Chart3DLineStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.html">Chart3DStyle</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_Chart3DStyle_LineStyle" data-uid="C1.Win.C1Chart3D.Chart3DStyle.LineStyle">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.LineStyle.html#C1_Win_C1Chart3D_Chart3DStyle_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the LineStyle which specifies the color, pattern, and thickness of drop lines in scatter plots.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStyle_SymbolStyle" data-uid="C1.Win.C1Chart3D.Chart3DStyle.SymbolStyle">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.SymbolStyle.html#C1_Win_C1Chart3D_Chart3DStyle_SymbolStyle">SymbolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the SymbolStyle which specifies the color, size, and shape of points in scatter plots.</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_Chart3DStyle_SetOwner_C1_Win_C1Chart3D_INotifyChanges_" data-uid="C1.Win.C1Chart3D.Chart3DStyle.SetOwner(C1.Win.C1Chart3D.INotifyChanges)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.SetOwner.html#C1_Win_C1Chart3D_Chart3DStyle_SetOwner_C1_Win_C1Chart3D_INotifyChanges_">SetOwner(INotifyChanges)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the owner object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DStyle_ToString" data-uid="C1.Win.C1Chart3D.Chart3DStyle.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DStyle.ToString.html#C1_Win_C1Chart3D_Chart3DStyle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DStyle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
