# C1.Win.C1Chart.ChartSymbolStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartSymbolStyle" data-uid="C1.Win.C1Chart.ChartSymbolStyle" class="text-break">ChartSymbolStyle Class
</h1>
  <div class="markdown level0 summary"><p>Defines the style for the chart symbols.</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">ChartSymbolStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_ChartSymbolStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartSymbolStyle : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class ChartSymbolStyle
    Implements ICloneable</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_C1Chart_ChartSymbolStyle__ctor" data-uid="C1.Win.C1Chart.ChartSymbolStyle.#ctor">
          <a class="xref" href="C1.Win.C1Chart.ChartSymbolStyle.-ctor.html#C1_Win_C1Chart_ChartSymbolStyle__ctor">ChartSymbolStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ChartSymbolStyle.html">ChartSymbolStyle</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_C1Chart_ChartSymbolStyle_Color" data-uid="C1.Win.C1Chart.ChartSymbolStyle.Color">
          <a class="xref" href="C1.Win.C1Chart.ChartSymbolStyle.Color.html#C1_Win_C1Chart_ChartSymbolStyle_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the data point symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartSymbolStyle_OutlineColor" data-uid="C1.Win.C1Chart.ChartSymbolStyle.OutlineColor">
          <a class="xref" href="C1.Win.C1Chart.ChartSymbolStyle.OutlineColor.html#C1_Win_C1Chart_ChartSymbolStyle_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_C1Chart_ChartSymbolStyle_OutlineWidth" data-uid="C1.Win.C1Chart.ChartSymbolStyle.OutlineWidth">
          <a class="xref" href="C1.Win.C1Chart.ChartSymbolStyle.OutlineWidth.html#C1_Win_C1Chart_ChartSymbolStyle_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_C1Chart_ChartSymbolStyle_Shape" data-uid="C1.Win.C1Chart.ChartSymbolStyle.Shape">
          <a class="xref" href="C1.Win.C1Chart.ChartSymbolStyle.Shape.html#C1_Win_C1Chart_ChartSymbolStyle_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shape of the data point symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartSymbolStyle_Size" data-uid="C1.Win.C1Chart.ChartSymbolStyle.Size">
          <a class="xref" href="C1.Win.C1Chart.ChartSymbolStyle.Size.html#C1_Win_C1Chart_ChartSymbolStyle_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the 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_C1Chart_ChartSymbolStyle_ToString" data-uid="C1.Win.C1Chart.ChartSymbolStyle.ToString">
          <a class="xref" href="C1.Win.C1Chart.ChartSymbolStyle.ToString.html#C1_Win_C1Chart_ChartSymbolStyle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
