XlSparkline(XlCellRange, XlCellRange) Constructor
Creates a single sparkline for the specified data and location.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataRange | XlCellRange | A XlCellRange object that specifies the cell range containing the source data for the sparkline. |
| location | XlCellRange | A XlCellRange object that specifies the cell range where the sparkline should be located. |
See Also