# C1.Win.C1Chart3D.Chart3DSymbolStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DSymbolStyle" data-uid="C1.Win.C1Chart3D.Chart3DSymbolStyle" class="text-break">Chart3DSymbolStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents symbol properties used in scatter plots for the points in a series.</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">Chart3DSymbolStyle</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_Chart3DSymbolStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DSymbolStyle : Notifier</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DSymbolStyle
    Inherits Notifier</code></pre>
  </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_Chart3DSymbolStyle_Color" data-uid="C1.Win.C1Chart3D.Chart3DSymbolStyle.Color">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DSymbolStyle.Color.html#C1_Win_C1Chart3D_Chart3DSymbolStyle_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of a data point symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DSymbolStyle_OutlineColor" data-uid="C1.Win.C1Chart3D.Chart3DSymbolStyle.OutlineColor">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DSymbolStyle.OutlineColor.html#C1_Win_C1Chart3D_Chart3DSymbolStyle_OutlineColor">OutlineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the outline color of the data point symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DSymbolStyle_OutlineWidth" data-uid="C1.Win.C1Chart3D.Chart3DSymbolStyle.OutlineWidth">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DSymbolStyle.OutlineWidth.html#C1_Win_C1Chart3D_Chart3DSymbolStyle_OutlineWidth">OutlineWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the outline width of the data point symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DSymbolStyle_Shape" data-uid="C1.Win.C1Chart3D.Chart3DSymbolStyle.Shape">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DSymbolStyle.Shape.html#C1_Win_C1Chart3D_Chart3DSymbolStyle_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shape of a data point symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DSymbolStyle_Size" data-uid="C1.Win.C1Chart3D.Chart3DSymbolStyle.Size">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DSymbolStyle.Size.html#C1_Win_C1Chart3D_Chart3DSymbolStyle_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of a data point symbol.</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_Chart3DSymbolStyle_ToString" data-uid="C1.Win.C1Chart3D.Chart3DSymbolStyle.ToString">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DSymbolStyle.ToString.html#C1_Win_C1Chart3D_Chart3DSymbolStyle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current Chart3DSymbolStyle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
