Posted 7 October 2025, 4:57 am EST
Hi Team,
I’m using a Wijmo chart (specifically the Gantt or FlexChart) in my Angular application, and I want to know if it’s possible to add scrollbars inside the plot area only—not around the entire chart.
My goal is
To keep the X and Y axes fixed/visible at all times.
To allow only the chart plot area (the data/series part) to be scrollable when the data extends beyond the visible range.
This should help in cases where I have many data points on the X-axis or Y-axis, but I don’t want the full chart (including axes and labels) to move.
Basically, I want a scrollbar inside the chart area so that I can scroll through data horizontally or vertically while keeping axes in place — similar to how some chart libraries support “plot area scrolling.”
Is this supported in Wijmo charts? If yes, could you please share an example or approach for implementing it?
Thanks