Spread Windows Forms 12.0 Product Documentation
SpreadChartSeriesIndicatorUndoAction Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SpreadChartSeriesIndicatorUndoAction Class : SpreadChartSeriesIndicatorUndoAction Constructor
The chart.
Initializes a new instance of the SpreadChartSeriesIndicatorUndoAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal chart As SpreadChart, _
   ByVal series As Series, _
   ByVal category As SheetCellRange, _
   ByVal seriesName As SheetCellRange, _
   ByVal data() As SheetCellRange _
)
'Usage
 
Dim chart As SpreadChart
Dim series As Series
Dim category As SheetCellRange
Dim seriesName As SheetCellRange
Dim data() As SheetCellRange
 
Dim instance As New SpreadChartSeriesIndicatorUndoAction(chart, series, category, seriesName, data)
public SpreadChartSeriesIndicatorUndoAction( 
   SpreadChart chart,
   Series series,
   SheetCellRange category,
   SheetCellRange seriesName,
   SheetCellRange[] data
)

Parameters

chart
The chart.
series
category
seriesName
data
See Also

Reference

SpreadChartSeriesIndicatorUndoAction Class
SpreadChartSeriesIndicatorUndoAction Members