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


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