SparklineGroup.ResetRanges
SparklineGroup.ResetRanges 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.
public void ResetRanges(string dataRange, bool isVertical, CellArea locationRange)
Parameter | Type | Description |
---|---|---|
dataRange | String | Specifies the new data range of the sparkline group. |
isVertical | Boolean | Specifies whether to plot the sparklines from the new data range by row or by column. |
locationRange | CellArea | Specifies where the sparklines to be placed. |
See Also
- struct CellArea
- class SparklineGroup
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells