Very slow to update bars, nodes and panels
Open
type:feature
- Dominant language
- C#
- Stars
- 12
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
#### Description:
When using UpdateOnly pushing bars, nodes and panels, the process is very slow - particularly with a large number of objects. The view is refreshing each time which is probably slowing things down.
#### Steps to reproduce:
Push a large number of bars using updateOnly.
#### Expected behaviour:
Suggest adding multioperation to the bar com calls, and implementing the global IsVisible and IsInteractive to speed up bar updating. I don't think there is any way to avoid the com access unfortunately.
#### Test file(s):
Contributor guide
Assessment
This issue has not been assessed yet.