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


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