ComponentOne Scheduler for WPF and Silverlight
VisualIntervalScale Property (C1Scheduler)

C1.WPF.Schedule Namespace > C1Scheduler Class : VisualIntervalScale Property
Gets or sets a TimeSpan of each VisualInterval in the VisualIntervals collection. This is a dependency property.
Syntax
'Declaration
 
Public Property VisualIntervalScale As System.TimeSpan
public System.TimeSpan VisualIntervalScale {get; set;}
Remarks
The C1Scheduler control resets this property at applying new style, so that style property setters always have effect. To preserve time scale for views with short time intervals, use the SmallVisualIntervalScale property.
See Also

Reference

C1Scheduler Class
C1Scheduler Members