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


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