Chart.SetChartDataRange

Chart.SetChartDataRange method

Specifies data range for a chart.

public void SetChartDataRange(string area, bool isVertical)
ParameterTypeDescription
areaStringSpecifies values from which to plot the data series
isVerticalBooleanSpecifies whether to plot the series from a range of cell values by row or by column.

See Also