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

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

    Parameters

    chart
    type
    subtype
    See Also