Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / MoveChart Class / MoveChart Constructor / MoveChart Constructor(FpSpread,SpreadChart)
The spread.
The chart.


In This Topic
MoveChart Constructor(FpSpread,SpreadChart)
In This Topic
Initializes a new instance of the MoveChart class.
Syntax
'Declaration
 
Public Function New( _
   ByVal spread As FpSpread, _
   ByVal chart As SpreadChart _
)
 
'Usage
 
Dim spread As FpSpread
Dim chart As SpreadChart
 
Dim instance As New MoveChart(spread, chart)

Parameters

spread
The spread.
chart
The chart.
See Also