Verticle scrollbar

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
hallo888
Posts: 43
Joined: Wed Mar 26, 2014 10:56 am

Verticle scrollbar

Post by hallo888 » Fri Aug 01, 2014 8:25 am

Hi

How can I create a verticle scrollbar? I saw an example for a horizontal scrollbar, but not sure how to create a verticle one.

Thanks.

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Verticle scrollbar

Post by ArctionPasi » Fri Aug 01, 2014 4:45 pm

LC has only horizontal scrollbars built-in. Use WPF's scrollbar instead...
LightningChart Support Team, PT

hallo888
Posts: 43
Joined: Wed Mar 26, 2014 10:56 am

Re: Verticle scrollbar

Post by hallo888 » Sun Aug 03, 2014 9:44 am

When I place the mouse cursor over the Y-axis, I am able to scroll the chart up and down. May I know what is the name of the control?

Thanks.

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Verticle scrollbar

Post by ArctionPasi » Sun Aug 03, 2014 12:17 pm

chart.ViewXY.YAxes[0]. The ends of the axis are called chart.ViewXY.YAxes[0].ScaleNibs, where you can adjust the other end.
LightningChart Support Team, PT

Post Reply