Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

AxisPosition Right with Macro

Hi,

I'm intending change the Axis Position of an expression and the next Macro not working:

sub change_Axe

   set graph = ActiveDocument.GetSheetObject("CH67")

   set gp = graph.GetProperties

   gp.Expressions.Item(0).Item(0).Data.AxisData.AxisPosition= 3 ' right

   graph.SetProperties gp

end sub

Any idea?

Thanks a lot.

Pedro

1 Reply
Not applicable
Author

I'm working with Qlikview 10