# C1.Win.C1Chart.ValueLabel.MovingDateTimeValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_ValueLabel_MovingDateTimeValue_" data-uid="C1.Win.C1Chart.ValueLabel.MovingDateTimeValue*">MovingDateTimeValue Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_ValueLabel_MovingDateTimeValue_" data-uid="C1.Win.C1Chart.ValueLabel.MovingDateTimeValue*"></a>
<h4 id="C1_Win_C1Chart_ValueLabel_MovingDateTimeValue" data-uid="C1.Win.C1Chart.ValueLabel.MovingDateTimeValue">MovingDateTimeValue</h4>
<div class="markdown level1 summary"><p>Gets the new ValueLabel DateTimeValue of a moving ValueLabel during a drag operation.
<remarks>
This value differs from the DateTimeValue property only while the ValueLabel is being dragged by
the mouse making it is most useful in the ValueLabel.ValueChanging event.
</remarks></p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DateTime MovingDateTimeValue { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property MovingDateTimeValue As Date</code></pre>
</div>
</div>
