Nevron Forum

how can i achieve scroll bar?

https://www.nevron.com/Forum/Topic5226.aspx

By Guru Sivasubramanian - Friday, June 17, 2011

when i add NAxisScrollTool().it is showing scroll only my primary x and y axis.

how can i achieve scroll bar in secondary y axis and custom axis?
By Nevron Support - Wednesday, June 22, 2011

Hi Guru,

You need to specifiy the axis ids of these axes to the range selection.

NRangeSelection rs = new NRangeSelection(someXAxis.AxisId, someYAxis.AxisId);

The axis scroll tool checks which axis you're clicking so it does not accept axis parameters.