Hi Shyam,
I've tried the following 3 things, all without success (i.e., the vertical scrollbar continues to cover up the right side of the diagram):
//$("#DiagramContent").ejDiagram({
// pageSettings: { scrollLimit: ej.datavisualization.Diagram.ScrollLimit.Infinity }
//});
//$("#DiagramContent").ejDiagram({
// pageSettings: { multiplePage: true }
//});
$("#DiagramContent").ejDiagram({ enableAutoScroll: false });
Is there any way to turn off the scrollbar altogether?
I can enable scrolling on the containing control.
That would actually be preferable, so I'm hoping you can show me how to turn the scrollbars off.
Thanks
Jim