Can I change the "CAPACITY" of an instance of "GraphScroll" in runtime after its initialization ?
My instance is created in the base file as follows:
touchgfx::GraphScroll<50> BlueGraph;
And I need to change the capacity of this graph from 50 to 100 to have the line smoother when some event is triggered.
Is is possible to change that capacity after setting it in the base file generated ???