Search
BaseChart.TimelineDateTimeUnitsBefore Property
See Also
 





Gets or sets the number of time units before the relative Timeline date to display. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public int TimelineDateTimeUnitsBefore { get; set; }

Visual Basic  Copy Code

Public Property TimelineDateTimeUnitsBefore As Integer

 Property Value

This property, along with RelativeTimelineDate and TimelineDateTimeUnitsAfter, specify the currently displayed time interval.

 See Also