[]
Adds one or more new series to the ISeriesCollection collection.
ISeries Add(IRange source, RowCol? plotBy = null, bool? seriesLabels = null, bool? categoryLabels = null, bool replace = false)
Function Add(source As IRange, Optional plotBy As RowCol? = Nothing, Optional seriesLabels As Boolean? = Nothing, Optional categoryLabels As Boolean? = Nothing, Optional replace As Boolean = False) As ISeries
Type | Name | Description |
---|---|---|
IRange | source | The new data as an IRange object. |
RowCol? | plotBy | Specifies whether the new values are in the rows or columns of the specified range. If this argument is omitted, Spread attempts to determine where the values are by the size and orientation of the selected range or by the dimensions of the array. |
bool? | seriesLabels |
|
bool? | categoryLabels |
|
bool | replace | If |
Type | Description |
---|---|
ISeries | An ISeries object that represents the new series. |
Adds one or more new series to the ISeriesCollection collection.
ISeries Add(string source, RowCol? plotBy = null, bool? seriesLabels = null, bool? categoryLabels = null, bool replace = false)
Function Add(source As String, Optional plotBy As RowCol? = Nothing, Optional seriesLabels As Boolean? = Nothing, Optional categoryLabels As Boolean? = Nothing, Optional replace As Boolean = False) As ISeries
Type | Name | Description |
---|---|---|
string | source | The new data as an IRange object. |
RowCol? | plotBy | Specifies whether the new values are in the rows or columns of the specified range. If this argument is omitted, Spread attempts to determine where the values are by the size and orientation of the selected range or by the dimensions of the array. |
bool? | seriesLabels |
|
bool? | categoryLabels |
|
bool | replace | If |
Type | Description |
---|---|
ISeries | An ISeries object that represents the new series. |
Adds one or more new series to the ISeriesCollection collection.
ISeries Add(WorksheetReference source, RowCol? plotBy = null, bool? seriesLabels = null, bool? categoryLabels = null, bool replace = false)
Function Add(source As WorksheetReference, Optional plotBy As RowCol? = Nothing, Optional seriesLabels As Boolean? = Nothing, Optional categoryLabels As Boolean? = Nothing, Optional replace As Boolean = False) As ISeries
Type | Name | Description |
---|---|---|
WorksheetReference | source | The new data as an IRange object. |
RowCol? | plotBy | Specifies whether the new values are in the rows or columns of the specified range. If this argument is omitted, Spread attempts to determine where the values are by the size and orientation of the selected range or by the dimensions of the array. |
bool? | seriesLabels |
|
bool? | categoryLabels |
|
bool | replace | If |
Type | Description |
---|---|
ISeries | An ISeries object that represents the new series. |