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


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