# C1.Blazor.Chart.Interaction.LineMarker

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_Chart_Interaction_LineMarker" data-uid="C1.Blazor.Chart.Interaction.LineMarker" class="text-break">LineMarker Class
</h1>
  <div class="markdown level0 summary"><p>Represents line marker for FlexChart.</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="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><span class="xref">LineMarker</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.Chart.Interaction.html">C1.Blazor.Chart.Interaction</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.Chart.dll</h6>
  <h5 id="C1_Blazor_Chart_Interaction_LineMarker_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LineMarker : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LineMarker
    Inherits ComponentBase
    Implements IComponent, IHandleEvent, IHandleAfterRender</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="C1_Blazor_Chart_Interaction_LineMarker__ctor" data-uid="C1.Blazor.Chart.Interaction.LineMarker.#ctor">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.-ctor.html#C1_Blazor_Chart_Interaction_LineMarker__ctor">LineMarker()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of LineMarker class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Blazor_Chart_Interaction_LineMarker_hp" data-uid="C1.Blazor.Chart.Interaction.LineMarker.hp">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.hp.html">hp</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Interaction_LineMarker_vp" data-uid="C1.Blazor.Chart.Interaction.LineMarker.vp">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.vp.html">vp</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Blazor_Chart_Interaction_LineMarker_Alignment" data-uid="C1.Blazor.Chart.Interaction.LineMarker.Alignment">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.Alignment.html#C1_Blazor_Chart_Interaction_LineMarker_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the marker content alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Interaction_LineMarker_Chart" data-uid="C1.Blazor.Chart.Interaction.LineMarker.Chart">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.Chart.html#C1_Blazor_Chart_Interaction_LineMarker_Chart">Chart</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Interaction_LineMarker_Content" data-uid="C1.Blazor.Chart.Interaction.LineMarker.Content">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.Content.html#C1_Blazor_Chart_Interaction_LineMarker_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the content template for the marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Interaction_LineMarker_HorizontalPosition" data-uid="C1.Blazor.Chart.Interaction.LineMarker.HorizontalPosition">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.HorizontalPosition.html#C1_Blazor_Chart_Interaction_LineMarker_HorizontalPosition">HorizontalPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the relative horizontal position of the marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Interaction_LineMarker_Interaction" data-uid="C1.Blazor.Chart.Interaction.LineMarker.Interaction">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.Interaction.html#C1_Blazor_Chart_Interaction_LineMarker_Interaction">Interaction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interaction mode of the LineMarker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Interaction_LineMarker_LineStyle" data-uid="C1.Blazor.Chart.Interaction.LineMarker.LineStyle">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.LineStyle.html#C1_Blazor_Chart_Interaction_LineMarker_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Interaction_LineMarker_Lines" data-uid="C1.Blazor.Chart.Interaction.LineMarker.Lines">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.Lines.html#C1_Blazor_Chart_Interaction_LineMarker_Lines">Lines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visiblity of marker's lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_Chart_Interaction_LineMarker_VerticalPosition" data-uid="C1.Blazor.Chart.Interaction.LineMarker.VerticalPosition">
          <a class="xref" href="C1.Blazor.Chart.Interaction.LineMarker.VerticalPosition.html#C1_Blazor_Chart_Interaction_LineMarker_VerticalPosition">VerticalPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the relative vertical position of the marker.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
