EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

Chart series opens up more property Settings

Open minren118 opened this issue 2 years ago • 1 comments

In the chart object, when my chart series refers to the contents of an array instead of a range of cells,

In the ChartSerie image of EPPLUS, only one Series property can be assigned to the cell range address, and no property or method can be found that can be assigned to the array.

image

In the ChartXml text, you can see that cat and val nodes can also store data

image

image

Is it possible to open a property or method that can refer to a series of non-cell areas and assign directly to arrays?

Similarly, it is best to synchronize this logic in error objects.

In the case of the above requirements, my chart is complex and instead of feeding it with cell references, I calculate the data used by the chart series in memory and assign it directly. It works fine in the VBA interface, and would be grateful if it could be used in the same way on EPPLUS.

image

minren118 avatar May 23 '23 07:05 minren118

We'll try to have a look at this. I'll add this as an enhancement.

JanKallman avatar May 23 '23 13:05 JanKallman