# GrapeCity.ActiveReports.Chart.MarkerStyle

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Chart_MarkerStyle" data-uid="GrapeCity.ActiveReports.Chart.MarkerStyle" class="text-break">MarkerStyle Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies marker shapes</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_MarkerStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MarkerStyle</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_ActiveReports_Chart_MarkerStyle_Circle">Circle</td>
        <td><p>Displays circle in 2D, sphere in 3D mode</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MarkerStyle_Cross">Cross</td>
        <td><p>Displays x-like cross shape</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MarkerStyle_Diamond">Diamond</td>
        <td><p>Displays diamond</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MarkerStyle_InvTriangle">InvTriangle</td>
        <td><p>Displays inverted triangle (inverted cone)</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MarkerStyle_None">None</td>
        <td><p>No shape</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MarkerStyle_Point">Point</td>
        <td><p>Displays dot shape</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MarkerStyle_Pyramid">Pyramid</td>
        <td><p>Displays pyramid shape</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MarkerStyle_Square">Square</td>
        <td><p>Displays rectangle in 2D, cube in 3D</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_MarkerStyle_Triangle">Triangle</td>
        <td><p>Displays triangle in 2D mode, cone in 3D</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
