[]
Sets the source data range for the chart.
void SetSourceData(IRange source, RowCol? plotBy = null)
Sub SetSourceData(source As IRange, Optional plotBy As RowCol? = Nothing)
Type | Name | Description |
---|---|---|
IRange | source | The range that contains the source data. |
RowCol? | plotBy | Specifies the way the data is to be plotted. |
This function works with Spread WPF only.
Sets the source data range for the chart.
void SetSourceData(string source, RowCol? plotBy = null)
Sub SetSourceData(source As String, Optional plotBy As RowCol? = Nothing)
Type | Name | Description |
---|---|---|
string | source | The range that contains the source data. |
RowCol? | plotBy | Specifies the way the data is to be plotted. |
This function works with Spread WPF only.
Sets the source data range for the chart.
void SetSourceData(WorksheetReference source, RowCol? plotBy = null)
Sub SetSourceData(source As WorksheetReference, Optional plotBy As RowCol? = Nothing)
Type | Name | Description |
---|---|---|
WorksheetReference | source | The range that contains the source data. |
RowCol? | plotBy | Specifies the way the data is to be plotted. |
This function works with Spread WPF only.