Aspose::Cells::Charts::SparklineGroup::ResetRanges method

SparklineGroup::ResetRanges(const U16String&, bool, const CellArea&) method

Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges.

void Aspose::Cells::Charts::SparklineGroup::ResetRanges(const U16String &dataRange, bool isVertical, const CellArea &locationRange)
ParameterTypeDescription
dataRangeconst U16String&Specifies the new data range of the sparkline group.
isVerticalboolSpecifies whether to plot the sparklines from the new data range by row or by column.
locationRangeconst CellArea&Specifies where the sparklines to be placed.

See Also

SparklineGroup::ResetRanges(const char16_t*, bool, const CellArea&) method

Resets the data range and location range of the sparkline group. This method will clear original sparkline items in the group and creates new sparkline items for the new ranges.

void Aspose::Cells::Charts::SparklineGroup::ResetRanges(const char16_t *dataRange, bool isVertical, const CellArea &locationRange)
ParameterTypeDescription
dataRangeconst char16_t*Specifies the new data range of the sparkline group.
isVerticalboolSpecifies whether to plot the sparklines from the new data range by row or by column.
locationRangeconst CellArea&Specifies where the sparklines to be placed.

See Also