2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart.Designer Namespace / WizardProps2 Class / FindSubtype Method / FindSubtype(C1Chart,Int32,Int32) Method

In This Topic
    FindSubtype(C1Chart,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub FindSubtype( _
       ByVal chart As C1Chart, _
       ByRef type As System.Integer, _
       ByRef subtype As System.Integer _
    ) 
    public static void FindSubtype( 
       C1Chart chart,
       ref System.int type,
       ref System.int subtype
    )

    Parameters

    chart
    type
    subtype
    See Also