'Declaration
Protected Overridable Function CreateMoveChartForm( _ ByVal spread As FpSpread, _ ByVal chart As SpreadChart _ ) As Form
'Usage
Dim instance As SpreadChartContextMenuStrip Dim spread As FpSpread Dim chart As SpreadChart Dim value As Form value = instance.CreateMoveChartForm(spread, chart)
protected virtual Form CreateMoveChartForm( FpSpread spread, SpreadChart chart )
Parameters
- spread
- The spread.
- chart
- The chart.