ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / ChartTypeConverter Class / Compare Method


In This Topic
    Compare Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Compare( _
       ByVal x As Object, _
       ByVal y As Object _
    ) As Integer
    'Usage
     
    
    Dim instance As ChartTypeConverter
    Dim x As Object
    Dim y As Object
    Dim value As Integer
     
    value = instance.Compare(x, y)
    public int Compare( 
       object x,
       object y
    )

    Parameters

    x
    y
    See Also