ChartDataReference Constructors
| Name | Parameters | Description |
|---|---|---|
| ChartDataReference(CellPosition, CellPosition) | topPosition, bottomPosition | Initializes a new instance of the ChartDataReference class with specified settings. |
| ChartDataReference(Int32, CellPosition, CellPosition) | sheetIndex, topPosition, bottomPosition | Initializes a new instance of the ChartDataReference class with specified settings. |
| ChartDataReference(Int32, String, String) | sheetIndex, fromCellReference, toCellReference | Initializes a new instance of the ChartDataReference class with specified settings. |
| ChartDataReference(Int32, String) | sheetIndex, cellReference | Initializes a new instance of the ChartDataReference class with specified settings. |
| ChartDataReference(String, String) | fromCellReference, toCellReference | Initializes a new instance of the ChartDataReference class with specified settings. |
| ChartDataReference(String) | cellReference | Initializes a new instance of the ChartDataReference class with specified settings. |
See Also