# C1.WPF.C1Chart.Marker

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_C1Chart_Marker" data-uid="C1.WPF.C1Chart.Marker" class="text-break">Marker Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies data point marker.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_Marker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Marker</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Marker</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="C1_WPF_C1Chart_Marker_Box">Box</td>
        <td><p>Box marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Marker_Cross">Cross</td>
        <td><p>Cross marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Marker_DiagonalCross">DiagonalCross</td>
        <td><p>Diagonal cross marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Marker_Diamond">Diamond</td>
        <td><p>Diamond marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Marker_Dot">Dot</td>
        <td><p>Dot marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Marker_None">None</td>
        <td><p>None or default marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Marker_Star4">Star4</td>
        <td><p>4-ray star marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Marker_Star8">Star8</td>
        <td><p>8-ray star marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Marker_Triangle">Triangle</td>
        <td><p>Triangle marker.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
