'Declaration
Public Shared Function MoveChart( _ ByVal spread As FpSpread, _ Optional ByVal chart As IChart _ ) As Form
'Usage
Dim spread As FpSpread Dim chart As IChart Dim value As Form value = BuiltInDialogs.MoveChart(spread, chart)
Parameters
- spread
- The FarPoint.Win.Spread.FpSpread owner.
- chart
- The processing GrapeCity.Spreadsheet.Charts.IChart object which should be moved.