_Chart.SetSourceData(Range, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the source data range for the chart.
public void SetSourceData (Microsoft.Office.Interop.Excel.Range Source, object PlotBy);
Public Sub SetSourceData (Source As Range, Optional PlotBy As Object)
Parameters
- PlotBy
- Object
Optional Object. Specifies the way the data is to be plotted. Can be either of the following XlRowCol constants: xlColumns or xlRows.