GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / Location Method
Where to move the chart.
The name of the sheet where the chart will be embedded if where is ChartLocation.Object, or the name of the new sheet if where is ChartLocation.NewSheet.


In This Topic
Location Method
In This Topic
Moves the chart to a new location.
Syntax
'Declaration
 
Sub Location( _
   ByVal where As ChartLocation, _
   ByVal name As String _
) 
 
'Usage
 
Dim instance As IChart
Dim where As ChartLocation
Dim name As String
 
instance.Location(where, name)

Parameters

where
Where to move the chart.
name
The name of the sheet where the chart will be embedded if where is ChartLocation.Object, or the name of the new sheet if where is ChartLocation.NewSheet.
See Also