ChartDataReference(Int32, String, String) Constructor
Initializes a new instance of the ChartDataReference class with specified settings.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
public ChartDataReference(
int sheetIndex,
string fromCellReference,
string toCellReference
)
Parameters
| Name | Type |
|---|---|
| sheetIndex | Int32 |
| fromCellReference | String |
| toCellReference | String |
See Also