Chart.SetSourceData(String, Object) Method

Definition

Sets the source data range for the Chart.

public void SetSourceData (string Source, object PlotBy);
abstract member SetSourceData : string * obj -> unit
Public Sub SetSourceData (Source As String, Optional PlotBy As Object)

Parameters

Source
String

Required String The address of the chart data range that contains the source data.

PlotBy
Object

Optional Object Specifies the way the data is to be plotted. Can be either of the following XlRowCol constants: xlColumns or xlRows.

Applies to