# GrapeCity.Spreadsheet.Charts.MarkerStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Charts_MarkerStyle" data-uid="GrapeCity.Spreadsheet.Charts.MarkerStyle" class="text-break">MarkerStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the marker style for a point or series in a line chart, scatter chart, or radar chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_MarkerStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MarkerStyle : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MarkerStyle As Byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_Automatic">Automatic</td>
        <td><p>Automatic markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_Circle">Circle</td>
        <td><p>Circular markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_Dash">Dash</td>
        <td><p>Long bar markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_Diamond">Diamond</td>
        <td><p>Diamond-shaped markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_Dot">Dot</td>
        <td><p>Short bar markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_None">None</td>
        <td><p>No markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_Picture">Picture</td>
        <td><p>Picture markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_Plus">Plus</td>
        <td><p>Square markers with a plus sign.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_Square">Square</td>
        <td><p>Square markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_Star">Star</td>
        <td><p>Square markers with an asterisk.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_Triangle">Triangle</td>
        <td><p>Triangular markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_MarkerStyle_X">X</td>
        <td><p>Square markers with an X.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
