MindFusion.Wpf Pack Programmer's Guide
BaseChart.TimelineDateTimeUnitsAfter Property
See Also
 





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

 Syntax

C#  Copy Code

public int TimelineDateTimeUnitsAfter { get; set; }

Visual Basic  Copy Code

Public Property TimelineDateTimeUnitsAfter As Integer

 Property Value

An integer value.

 Remarks

This 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

BaseChart Members
BaseChart Class
MindFusion.DataViews.Wpf Namespace