ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1Chart Class / ScrollToBottomCommand Field


In This Topic
    ScrollToBottomCommand Field
    In This Topic
    The command that scrolls y-axis of chart to the minimal value.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ScrollToBottomCommand As RoutedCommand
    'Usage
     
    
    Dim value As RoutedCommand
     
    value = C1Chart.ScrollToBottomCommand
    public static readonly RoutedCommand ScrollToBottomCommand
    See Also