Gets or sets the number of time units after the relative Timeline date to display. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public int TimelineDateTimeUnitsAfter { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TimelineDateTimeUnitsAfter As Integer |
An integer value.
RemarksThis property, along with RelativeTimelineDate and TimelineDateTimeUnitsBefore, specify the currently displayed time interval.
Note |
|---|
This value may be adjusted internally if the resulting width of the Timeline is too short. |
See Also