Chart.SetSourceData(String, 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 (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.