# FarPoint.Win.Chart.BuiltinMarker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_BuiltinMarker" data-uid="FarPoint.Win.Chart.BuiltinMarker" class="text-break">BuiltinMarker Class
</h1>
  <div class="markdown level0 summary"><p>Represents a built-in marker.</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"><a class="xref" href="FarPoint.Win.Chart.Marker.html">Marker</a></div>
    <div class="level2"><span class="xref">BuiltinMarker</span></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_BuiltinMarker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BuiltinMarker : Marker</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BuiltinMarker
    Inherits 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_BuiltinMarker__ctor_FarPoint_Win_Chart_MarkerShape_System_Single_" data-uid="FarPoint.Win.Chart.BuiltinMarker.#ctor(FarPoint.Win.Chart.MarkerShape,System.Single)">
          <a class="xref" href="FarPoint.Win.Chart.BuiltinMarker.-ctor.html#FarPoint_Win_Chart_BuiltinMarker__ctor_FarPoint_Win_Chart_MarkerShape_System_Single_">BuiltinMarker(MarkerShape, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a marker with the specified shape and size.</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="FarPoint_Win_Chart_BuiltinMarker_Shape" data-uid="FarPoint.Win.Chart.BuiltinMarker.Shape">
          <a class="xref" href="FarPoint.Win.Chart.BuiltinMarker.Shape.html#FarPoint_Win_Chart_BuiltinMarker_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the shape of the marker.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_BuiltinMarker_Size" data-uid="FarPoint.Win.Chart.BuiltinMarker.Size">
          <a class="xref" href="FarPoint.Win.Chart.BuiltinMarker.Size.html#FarPoint_Win_Chart_BuiltinMarker_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the marker.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
