Encapsulates settings for a timeline in a Resource view.
Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public sealed class TimelineSettings : CalendarSettings |
Visual Basic Copy Code |
---|
Public NotInheritable Class TimelineSettings |
This class provides various properties which can be used for customizing the timelines in a Resource view. The settings for the individual timelines can be accessed through the BottomTimelineSettings, MiddleTimelineSettings and TopTimelineSettings of the ResourceViewSettings class respectively.
The Unit and UnitCount properties specify the resolution of the timeline. For example, specifying Day for Unit and 2 for UnitCount will divide the timeline into cells representing 2 days intervals each. The resolution of the bottom timeline also determines the resolution of the view. The dates displayed in the timeline cells are formatted according to the Format property.
To modify the appearance of the timeline, use the CalendarStyle property.
System.Object
System.Windows.DependencyObject
System.Windows.UIElement
System.Windows.FrameworkElement
MindFusion.Scheduling.Silverlight.CalendarSettings
MindFusion.Scheduling.Silverlight.TimelineSettings