[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.IChart.Location

Location Method

Location(ChartLocation, string)

Moves the chart to a new location.

Declaration
void Location(ChartLocation where, string name)
Sub Location(where As ChartLocation, name As String)
Parameters
Type Name Description
ChartLocation where

Where to move the chart.

string name

The name of the sheet where the chart will be embedded if where is Object, or the name of the new sheet if where is NewSheet.