# C1.Web.Mvc.Fluent.LineMarkerBuilder-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_LineMarkerBuilder_1" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1" class="text-break">LineMarkerBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.LineMarker-1.html">LineMarker&lt;T&gt;</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.LineMarker-1.html">LineMarker</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.html">LineMarkerBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.LineMarker-1.html">LineMarker</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.html">LineMarkerBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level4"><span class="xref">ExtenderBuilder</span>&lt;<a class="xref" href="C1.Web.Mvc.LineMarker-1.html">LineMarker</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.html">LineMarkerBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level5"><span class="xref">LineMarkerBuilder&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.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_LineMarkerBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LineMarkerBuilder&lt;T&gt; : ExtenderBuilder&lt;LineMarker&lt;T&gt;, LineMarkerBuilder&lt;T&gt;&gt;, IHtmlContent</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LineMarkerBuilder(Of T)
    Inherits ExtenderBuilder(Of LineMarker(Of T), LineMarkerBuilder(Of T))
    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_Fluent_LineMarkerBuilder_1__ctor_C1_Web_Mvc_LineMarker__0__" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.#ctor(C1.Web.Mvc.LineMarker{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.-ctor.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1__ctor_C1_Web_Mvc_LineMarker__0__">LineMarkerBuilder(LineMarker&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create one FlexGridFilterBuilder instance.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_Fluent_LineMarkerBuilder_1_Alignment_C1_Web_Mvc_Chart_LineMarkerAlignment_" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.Alignment(C1.Web.Mvc.Chart.LineMarkerAlignment)">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.Alignment.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_Alignment_C1_Web_Mvc_Chart_LineMarkerAlignment_">Alignment(LineMarkerAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Alignment property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_LineMarkerBuilder_1_Content_System_String_" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.Content(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.Content.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_Content_System_String_">Content(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.LineMarker-1.Content.html#C1_Web_Mvc_LineMarker_1_Content">Content</a>.
Sets the content function that allows to customize the text content of the LineMarker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_LineMarkerBuilder_1_DragContent_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.DragContent(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.DragContent.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_DragContent_System_Boolean_">DragContent(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.LineMarker-1.DragContent.html#C1_Web_Mvc_LineMarker_1_DragContent">DragContent</a>.
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_Fluent_LineMarkerBuilder_1_DragLines_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.DragLines(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.DragLines.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_DragLines_System_Boolean_">DragLines(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.LineMarker-1.DragLines.html#C1_Web_Mvc_LineMarker_1_DragLines">DragLines</a>.
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_Fluent_LineMarkerBuilder_1_DragThreshold_System_Int32_" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.DragThreshold(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.DragThreshold.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_DragThreshold_System_Int32_">DragThreshold(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.LineMarker-1.DragThreshold.html#C1_Web_Mvc_LineMarker_1_DragThreshold">DragThreshold</a>.
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_Fluent_LineMarkerBuilder_1_HorizontalPosition_System_Nullable_System_Single__" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.HorizontalPosition(System.Nullable{System.Single})">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.HorizontalPosition.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_HorizontalPosition_System_Nullable_System_Single__">HorizontalPosition(float?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.LineMarker-1.HorizontalPosition.html#C1_Web_Mvc_LineMarker_1_HorizontalPosition">HorizontalPosition</a>.
Sets the horizontal position of the LineMarker relative to the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_LineMarkerBuilder_1_Interaction_C1_Web_Mvc_Chart_LineMarkerInteraction_" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.Interaction(C1.Web.Mvc.Chart.LineMarkerInteraction)">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.Interaction.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_Interaction_C1_Web_Mvc_Chart_LineMarkerInteraction_">Interaction(LineMarkerInteraction)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Interaction property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_LineMarkerBuilder_1_IsVisible_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.IsVisible(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.IsVisible.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_IsVisible_System_Boolean_">IsVisible(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.LineMarker-1.IsVisible.html#C1_Web_Mvc_LineMarker_1_IsVisible">IsVisible</a>.
Sets the visibility of the LineMarker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_LineMarkerBuilder_1_Lines_C1_Web_Mvc_Chart_LineMarkerLines_" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.Lines(C1.Web.Mvc.Chart.LineMarkerLines)">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.Lines.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_Lines_C1_Web_Mvc_Chart_LineMarkerLines_">Lines(LineMarkerLines)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Lines property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_LineMarkerBuilder_1_OnClientPositionChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.OnClientPositionChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.OnClientPositionChanged.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_OnClientPositionChanged_System_String_">OnClientPositionChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.LineMarker-1.OnClientPositionChanged.html#C1_Web_Mvc_LineMarker_1_OnClientPositionChanged">OnClientPositionChanged</a> client event.
Occurs after the LineMarker's position changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_LineMarkerBuilder_1_SeriesIndex_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.SeriesIndex(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.SeriesIndex.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_SeriesIndex_System_Nullable_System_Int32__">SeriesIndex(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.LineMarker-1.SeriesIndex.html#C1_Web_Mvc_LineMarker_1_SeriesIndex">SeriesIndex</a>.
Sets the index of the series in the chart in which the LineMarker appears.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_LineMarkerBuilder_1_VerticalPosition_System_Nullable_System_Single__" data-uid="C1.Web.Mvc.Fluent.LineMarkerBuilder`1.VerticalPosition(System.Nullable{System.Single})">
          <a class="xref" href="C1.Web.Mvc.Fluent.LineMarkerBuilder-1.VerticalPosition.html#C1_Web_Mvc_Fluent_LineMarkerBuilder_1_VerticalPosition_System_Nullable_System_Single__">VerticalPosition(float?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.LineMarker-1.VerticalPosition.html#C1_Web_Mvc_LineMarker_1_VerticalPosition">VerticalPosition</a>.
Sets the vertical position of the LineMarker relative to the plot area.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
