Expand Minimize
0 out of 4 rated this helpful - Rate this topic

_Chart.SetSourceData Method

Sets the source data range for the chart.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
void SetSourceData(
	Range Source,
	Object PlotBy
)

Parameters

Source
Type: Microsoft.Office.Interop.Excel.Range
Required Range. The range that contains the source data.
PlotBy
Type: System.Object
Optional Object. Specifies the way the data is to be plotted. Can be either of the following XlRowCol constants: xlColumns or xlRows.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.