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





Gets or sets the relative date of the timeline in the right grid. This is a dependency property.

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

 Syntax

C#  Copy Code

public DateTime RelativeTimelineDate { get; set; }

Visual Basic  Copy Code

Public Property RelativeTimelineDate As DateTime

 Property Value

A .NET DateTime object.

 Remarks

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

 See Also

BaseChart Members
BaseChart Class
MindFusion.DataViews.Wpf Namespace