Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / SmallVisualIntervalScale Property

In This Topic
    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 VisualIntervalScale property has effect.
    Syntax
    'Declaration
     
    
    Public Property SmallVisualIntervalScale As TimeSpan
    public TimeSpan SmallVisualIntervalScale {get; set;}
    See Also