# FarPoint.Win.Chart.Marker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_Marker" data-uid="FarPoint.Win.Chart.Marker" class="text-break">Marker Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Base class for markers.</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">Marker</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.BuiltinMarker.html">BuiltinMarker</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Chart.NoMarker.html">NoMarker</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_Marker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(MarkerConverter))]
public abstract class Marker</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(MarkerConverter))&gt;
Public MustInherit Class Marker</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="FarPoint_Win_Chart_Marker__ctor" data-uid="FarPoint.Win.Chart.Marker.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.Marker.-ctor.html#FarPoint_Win_Chart_Marker__ctor">Marker()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the Marker class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
