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

In This Topic
    FindSubtype(C1Chart,ListBox,ListBox) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub FindSubtype( _
       ByVal chart As C1Chart, _
       ByVal lbTypes As System.Windows.Forms.ListBox, _
       ByVal lbSubtypes As System.Windows.Forms.ListBox _
    ) 
    public static void FindSubtype( 
       C1Chart chart,
       System.Windows.Forms.ListBox lbTypes,
       System.Windows.Forms.ListBox lbSubtypes
    )

    Parameters

    chart
    lbTypes
    lbSubtypes
    See Also