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

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

    Parameters

    chart
    lbTypes
    lbSubtypes
    See Also