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


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