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
SyntaxC#
Copy Code
|
|---|
public int TimelineDateTimeUnitsBefore { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TimelineDateTimeUnitsBefore As Integer |
This property, along with RelativeTimelineDate and TimelineDateTimeUnitsAfter, specify the currently displayed time interval.
See Also