Group: Forum Members
Last Active: 8 Years Ago
Posts: 61,
Visits: 35
|
Hi,
I am wondering if you have any variable or any way how I can check if the graph has scrollbar or not. I need to position a textbox under the graph and "nChartControl1.Charts[0].PlotArea.LeftBottom" does not recorde the coordinate with the scrollbar.
Regards, Daniel
|
Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hi Daniel, Generally when the axis is zoomed in the paging view is enabled: chart.Axis(StandardAxis.PrimaryX).PagingView.Enabled Let us know if you have any questions...
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 8 Years Ago
Posts: 61,
Visits: 35
|
Thank you, works perfectly Daniel
|