Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ChangeSurfaceChartTypeToChartTypeAction Class / ChangeSurfaceChartTypeToChartTypeAction Constructor


In This Topic
    ChangeSurfaceChartTypeToChartTypeAction Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal chart As SpreadSurfaceChart, _
       ByVal chartType As SpreadChartType _
    )
    'Usage
     
    Dim chart As SpreadSurfaceChart
    Dim chartType As SpreadChartType
     
    Dim instance As New ChangeSurfaceChartTypeToChartTypeAction(chart, chartType)
    public ChangeSurfaceChartTypeToChartTypeAction( 
       SpreadSurfaceChart chart,
       SpreadChartType chartType
    )

    Parameters

    chart
    chartType
    See Also