# C1.Web.Mvc.LineMarker-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_LineMarker_1" data-uid="C1.Web.Mvc.LineMarker`1" class="text-break">LineMarker&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"></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="C1.Web.Mvc.Component.html">Component</a></div>
    <div class="level2"><span class="xref">Extender</span></div>
    <div class="level3"><span class="xref">LineMarker&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_LineMarker_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LineMarker&lt;T&gt; : Extender, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LineMarker(Of T)
    Inherits Extender
    Implements IHtmlContent</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Web_Mvc_LineMarker_1__ctor_C1_Web_Mvc_FlexChartCore__0__" data-uid="C1.Web.Mvc.LineMarker`1.#ctor(C1.Web.Mvc.FlexChartCore{`0})">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.-ctor.html#C1_Web_Mvc_LineMarker_1__ctor_C1_Web_Mvc_FlexChartCore__0__">LineMarker(FlexChartCore&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.LineMarker-1.html">LineMarker&lt;T&gt;</a> instance.</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="C1_Web_Mvc_LineMarker_1_Alignment" data-uid="C1.Web.Mvc.LineMarker`1.Alignment">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.Alignment.html#C1_Web_Mvc_LineMarker_1_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the LineMarker content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_LineMarker_1_Content" data-uid="C1.Web.Mvc.LineMarker`1.Content">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.Content.html#C1_Web_Mvc_LineMarker_1_Content">Content</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content function that allows to customize the text content of the LineMarker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_LineMarker_1_DragContent" data-uid="C1.Web.Mvc.LineMarker`1.DragContent">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.DragContent.html#C1_Web_Mvc_LineMarker_1_DragContent">DragContent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the content of the marker is draggable when the interaction mode is &quot;Drag.&quot;</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_LineMarker_1_DragLines" data-uid="C1.Web.Mvc.LineMarker`1.DragLines">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.DragLines.html#C1_Web_Mvc_LineMarker_1_DragLines">DragLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the lines are linked when the horizontal or vertical line is dragged when the interaction mode is &quot;Drag.&quot;</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_LineMarker_1_DragThreshold" data-uid="C1.Web.Mvc.LineMarker`1.DragThreshold">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.DragThreshold.html#C1_Web_Mvc_LineMarker_1_DragThreshold">DragThreshold</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum distance from the horizontal or vertical line that the marker can be dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_LineMarker_1_HorizontalPosition" data-uid="C1.Web.Mvc.LineMarker`1.HorizontalPosition">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.HorizontalPosition.html#C1_Web_Mvc_LineMarker_1_HorizontalPosition">HorizontalPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal position of the LineMarker relative to the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_LineMarker_1_Interaction" data-uid="C1.Web.Mvc.LineMarker`1.Interaction">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.Interaction.html#C1_Web_Mvc_LineMarker_1_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_Web_Mvc_LineMarker_1_IsVisible" data-uid="C1.Web.Mvc.LineMarker`1.IsVisible">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.IsVisible.html#C1_Web_Mvc_LineMarker_1_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the LineMarker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_LineMarker_1_Lines" data-uid="C1.Web.Mvc.LineMarker`1.Lines">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.Lines.html#C1_Web_Mvc_LineMarker_1_Lines">Lines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the LineMarker lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_LineMarker_1_OnClientPositionChanged" data-uid="C1.Web.Mvc.LineMarker`1.OnClientPositionChanged">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.OnClientPositionChanged.html#C1_Web_Mvc_LineMarker_1_OnClientPositionChanged">OnClientPositionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the LineMarker's position changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_LineMarker_1_SeriesIndex" data-uid="C1.Web.Mvc.LineMarker`1.SeriesIndex">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.SeriesIndex.html#C1_Web_Mvc_LineMarker_1_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the series in the chart in which the LineMarker appears.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_LineMarker_1_VerticalPosition" data-uid="C1.Web.Mvc.LineMarker`1.VerticalPosition">
          <a class="xref" href="C1.Web.Mvc.LineMarker-1.VerticalPosition.html#C1_Web_Mvc_LineMarker_1_VerticalPosition">VerticalPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical position of the LineMarker relative to the plot area.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
