Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GetFpChartFromDesigner Method


In This Topic
    GetFpChartFromDesigner Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetFpChartFromDesigner( _
       ByVal designer As Control _
    ) As FpChart
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim designer As Control
    Dim value As FpChart
     
    value = instance.GetFpChartFromDesigner(designer)
    public FpChart GetFpChartFromDesigner( 
       Control designer
    )

    Parameters

    designer
    See Also