Aspose::Cells::Charts::Chart::SetChartDataRange method

Chart::SetChartDataRange(const U16String&, bool) method

Specifies data range for a chart.

void Aspose::Cells::Charts::Chart::SetChartDataRange(const U16String &area, bool isVertical)
ParameterTypeDescription
areaconst U16String&Specifies values from which to plot the data series
isVerticalboolSpecifies whether to plot the series from a range of cell values by row or by column.

See Also

Chart::SetChartDataRange(const char16_t*, bool) method

Specifies data range for a chart.

void Aspose::Cells::Charts::Chart::SetChartDataRange(const char16_t *area, bool isVertical)
ParameterTypeDescription
areaconst char16_t*Specifies values from which to plot the data series
isVerticalboolSpecifies whether to plot the series from a range of cell values by row or by column.

See Also