Aspose::Cells::Charts::SparklineGroup::ResetRanges method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
dataRange | const U16String& | Specifies the new data range of the sparkline group. |
isVertical | bool | Specifies whether to plot the sparklines from the new data range by row or by column. |
locationRange | const CellArea& | Specifies where the sparklines to be placed. |
See Also
- Class Vector
- Class U16String
- Class CellArea
- Class SparklineGroup
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
dataRange | const char16_t* | Specifies the new data range of the sparkline group. |
isVertical | bool | Specifies whether to plot the sparklines from the new data range by row or by column. |
locationRange | const CellArea& | Specifies where the sparklines to be placed. |
See Also
- Class Vector
- Class CellArea
- Class SparklineGroup
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++