2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart.Designer Namespace / IChartDesigner Interface / GetSelectedDataSource Method

In This Topic
    GetSelectedDataSource Method
    In This Topic
    Syntax
    'Declaration
     
    Function GetSelectedDataSource( _
       ByVal component As System.ComponentModel.IComponent, _
       ByVal DataSourceName As System.String _
    ) As System.Object
    System.object GetSelectedDataSource( 
       System.ComponentModel.IComponent component,
       System.string DataSourceName
    )

    Parameters

    component
    DataSourceName
    See Also