Hi,
We've got an issue, where scroll bars for axes won't be shown if a ChartControl contains a chart where 3D has been enabled (as it seems).
In the attached zip file you'll find four print screens, the ones called 'zoomed' should show a scroll bar on the zoomed axes. For the 'Trend Plot' (a 2D chart) this works fine, for the Spectrogram Plot (containing a 3D chart) they aren't being shown (they should be on the time and frequency axes).
The spectrogram plot is being drawn using an NMeshSurfaceSeries, which is being drawn flat and we look at it from the top (we see the X-Z axes).
All axes use the same base adapter class setting 'm_nevronAxis.ScrollBar.Visible = true;', that's why I suppose the libarary won't show them if the ChartControl contains a 3D chart.
Is my analysis correct? Is there a way to show the scroll bars for all axes (or at least on the 2D charts even if the ChartCOntrol contains a 3D chart)?
Regards,
Philippe