Skip to main content

XlSparkline(XlCellRange, XlCellRange) Constructor

Creates a single sparkline for the specified data and location.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlSparkline(
    XlCellRange dataRange,
    XlCellRange location
)

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