# GrapeCity.ActiveReports.Chart.Marker.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_Chart_Marker__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor*">Marker Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Chart_Marker__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Marker__ctor" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor">Marker()</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the MarkerInfo class with a default settings</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Marker()</code></pre>
</div>


<a id="GrapeCity_ActiveReports_Chart_Marker__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Marker__ctor_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor(GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">Marker(AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the MarkerInfo class</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Marker(AntiAliasMode antiAliasMode)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Marker__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Marker__ctor_System_Int32_GrapeCity_ActiveReports_Chart_MarkerStyle_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_GrapeCity_ActiveReports_Chart_Graphics_Line_GrapeCity_ActiveReports_Chart_LabelInfo_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor(System.Int32,GrapeCity.ActiveReports.Chart.MarkerStyle,GrapeCity.ActiveReports.Chart.Graphics.Backdrop,GrapeCity.ActiveReports.Chart.Graphics.Line,GrapeCity.ActiveReports.Chart.LabelInfo)">Marker(int, MarkerStyle, Backdrop, Line, LabelInfo)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the MarkerInfo class</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Marker(int size, MarkerStyle style, Backdrop backdrop, Line line, LabelInfo label)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">size</span></td>
      <td><p>Marker size</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.MarkerStyle.html">MarkerStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Marker's shape</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></td>
      <td><span class="parametername">backdrop</span></td>
      <td><p>backdrop info to fill marker shape</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Line.html">Line</a></td>
      <td><span class="parametername">line</span></td>
      <td><p>line info to outline marker shape</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.html">LabelInfo</a></td>
      <td><span class="parametername">label</span></td>
      <td><p>label info to draw on the marker</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Marker__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Marker__ctor_System_Int32_GrapeCity_ActiveReports_Chart_MarkerStyle_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_GrapeCity_ActiveReports_Chart_Graphics_Line_GrapeCity_ActiveReports_Chart_LabelInfo_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor(System.Int32,GrapeCity.ActiveReports.Chart.MarkerStyle,GrapeCity.ActiveReports.Chart.Graphics.Backdrop,GrapeCity.ActiveReports.Chart.Graphics.Line,GrapeCity.ActiveReports.Chart.LabelInfo,System.Single)">Marker(int, MarkerStyle, Backdrop, Line, LabelInfo, float)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the MarkerInfo class</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Marker(int size, MarkerStyle style, Backdrop backdrop, Line line, LabelInfo label, float labelDistanceFactor)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">size</span></td>
      <td><p>Marker size</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.MarkerStyle.html">MarkerStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Marker's shape</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></td>
      <td><span class="parametername">backdrop</span></td>
      <td><p>backdrop info to fill marker shape</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Line.html">Line</a></td>
      <td><span class="parametername">line</span></td>
      <td><p>line info to outline marker shape</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.html">LabelInfo</a></td>
      <td><span class="parametername">label</span></td>
      <td><p>label info to draw on the marker</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">labelDistanceFactor</span></td>
      <td><p>label distance factor</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Marker__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Marker__ctor_System_Int32_GrapeCity_ActiveReports_Chart_MarkerStyle_GrapeCity_ActiveReports_Chart_Graphics_Backdrop_GrapeCity_ActiveReports_Chart_Graphics_Line_GrapeCity_ActiveReports_Chart_LabelInfo_GrapeCity_ActiveReports_Chart_Graphics_AntiAliasMode_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor(System.Int32,GrapeCity.ActiveReports.Chart.MarkerStyle,GrapeCity.ActiveReports.Chart.Graphics.Backdrop,GrapeCity.ActiveReports.Chart.Graphics.Line,GrapeCity.ActiveReports.Chart.LabelInfo,GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode)">Marker(int, MarkerStyle, Backdrop, Line, LabelInfo, AntiAliasMode)</h4>
<div class="markdown level1 summary"><p>Initializes new instance of the MarkerInfo class</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Marker(int size, MarkerStyle style, Backdrop backdrop, Line line, LabelInfo label, AntiAliasMode antiAliasMode)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">size</span></td>
      <td><p>Marker size</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.MarkerStyle.html">MarkerStyle</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>Marker's shape</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Backdrop.html">Backdrop</a></td>
      <td><span class="parametername">backdrop</span></td>
      <td><p>backdrop info to fill marker shape</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.Line.html">Line</a></td>
      <td><span class="parametername">line</span></td>
      <td><p>line info to outline marker shape</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.LabelInfo.html">LabelInfo</a></td>
      <td><span class="parametername">label</span></td>
      <td><p>label info to draw on the marker</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.AntiAliasMode.html">AntiAliasMode</a></td>
      <td><span class="parametername">antiAliasMode</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Marker__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Marker__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor(System.String)">Marker(string)</h4>
<div class="markdown level1 summary"><p>For internal use only.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Marker(string xml)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">xml</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Chart_Marker__ctor_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Chart_Marker__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Marker.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">Marker(string, GraphXmlSerializationContext)</h4>
<div class="markdown level1 summary"><p>For internal use only.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Marker(string xml, GraphXmlSerializationContext context)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">xml</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext.html">GraphXmlSerializationContext</a></td>
      <td><span class="parametername">context</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
