Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chart series opens up more property Settings #886

Open
minren118 opened this issue May 23, 2023 · 1 comment
Open

Chart series opens up more property Settings #886

minren118 opened this issue May 23, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@minren118
Copy link

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

@JanKallman
Copy link
Contributor

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

@JanKallman JanKallman assigned JanKallman and unassigned JanKallman May 23, 2023
@JanKallman JanKallman added the enhancement New feature or request label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants