# C1.Xamarin.Forms.Chart.Interaction.C1LineMarker.VerticalPosition

## Content

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



<h1 id="C1_Xamarin_Forms_Chart_Interaction_C1LineMarker_VerticalPosition_" data-uid="C1.Xamarin.Forms.Chart.Interaction.C1LineMarker.VerticalPosition*">VerticalPosition Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Xamarin_Forms_Chart_Interaction_C1LineMarker_VerticalPosition_" data-uid="C1.Xamarin.Forms.Chart.Interaction.C1LineMarker.VerticalPosition*"></a>
<h4 id="C1_Xamarin_Forms_Chart_Interaction_C1LineMarker_VerticalPosition" data-uid="C1.Xamarin.Forms.Chart.Interaction.C1LineMarker.VerticalPosition">VerticalPosition</h4>
<div class="markdown level1 summary"><p>Gets or sets the vertical position of the LineMarker relative to the plot area.
Its value range is (0, 1). If set this value,then the line marker's vertical position is fixed.
If the value is null or undefined and interaction is set to LineMarkerInteraction.Move or LineMarkerInteraction.Drag,
the vertical position of the LineMarker is calculated automatically based on the pointer's position.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public double VerticalPosition { get; set; }</code></pre>
</div>
</div>
