[]
Sets the source data range for the chart.
void SetSourceData(IRange source, RowCol plotBy)
Sub SetSourceData(source As IRange, plotBy As RowCol)
Type | Name | Description |
---|---|---|
IRange | source | The range that contains the source data. |
RowCol | plotBy | Specifies the way the data is to be plotted. Can be either of the following RowCol constants: Columns or Rows. |
Sets the source data range for the chart.
void SetSourceData(IRange source)
Sub SetSourceData(source As IRange)
Type | Name | Description |
---|---|---|
IRange | source | The range that contains the source data. |