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


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