SmallVisualIntervalScale Property (C1Scheduler)
In This Topic
If this property value is set, defines TimeSpan of each
VisualInterval in the VisualIntervals collection for views with intervals shorther than 1 day. This is a dependency property. The default value is TimeSpan.Zero which means that only
C1Scheduler.VisualIntervalScale property has effect.
Syntax
'Declaration
Public Property SmallVisualIntervalScale As TimeSpan
public TimeSpan SmallVisualIntervalScale {get; set;}
See Also