Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue related to scroll bar of Bar chart

scroll.jpgHi all,

I have a requirement of fixing the position of scrollbar in a Bar chart. I want that the scrollbar always remain at the extreme right end of the chart not at its normal position i.e  extreme left end.

PFA screens shot.

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi you can even try below

go to Chart properties --> presentation tab, Then select "Reversed" and  "Show/Enable X-axis Scrollbar"

It will preserve your scroll position even after restart.




Regards

ASHFAQ

View solution in original post

7 Replies
sasikanth
Master
Master

in layout check the check box

Prererve scroll bar position

selvakumarsr
Creator
Creator

First Scroll to right and Check Preserve Scroll Position in properties..

ashfaq_haseeb
Champion III
Champion III

Hi Check the below macro.

Set rep = ActiveDocument.GetSheetObject("Document\CH10")

set p = rep.GetProperties

p.ChartProperties.XScrollInitRight = True

rep.SetProperties p


Regards

ASHFAQ

ashfaq_haseeb
Champion III
Champion III

Hi you can even try below

go to Chart properties --> presentation tab, Then select "Reversed" and  "Show/Enable X-axis Scrollbar"

It will preserve your scroll position even after restart.




Regards

ASHFAQ

Not applicable
Author

Hi Selva

Thanks for your reply. But is is not working.

ashfaq_haseeb
Champion III
Champion III

Hi Vitul try my second reply.

Regards

ASHFAQ

Not applicable
Author

Thanks Ashfaq,

Its working.