Unplanned
Last Updated: 17 Sep 2024 14:36 by Shailaja
Shailaja
Created on: 17 Sep 2024 14:36
Category: Telerik Document Processing
Type: Feature Request
0
SpreadProcessing: Extend the FloatingChartShape constructors to include IChartData parameters in order to create charts with literal values for data
At the moment the only data that can be passed to FloatingChartShape is a CellRange to be parsed to a chart. Some clients would like to use the IChartData implementations: NumericChartData and StringChartData. We need a FloatingChartShape constructors like this:

public FloatingChartShape(Worksheet worksheet, CellIndex cellIndex, IChartData values, IChartData categories)

And others if necessary.
0 comments