Jump to content
Software FX Community

GetScrollView method


User (Legacy)

Recommended Posts

Hi, 

I'm trying to retrieve the upper and lower values of the current scroll

positions of the X and Y scroll bars.

The suggested method is using the GetScrollView method. I'm doing it like

this:

dim x1, x2

Chart1.Axis(AXIS_X).GetScrollView x1,x2

I get a type mismatch error. Is this something to do with passing variables

by reference in VBScript?

Is there any other way of retrieving the Scrollbar positions?

Regards,

Tung Lam

Enron Europe

Link to comment
Share on other sites

Hi, 

I'm trying to retrieve the upper and lower values of the current scroll

positions of the X and Y scroll bars.

The suggested method is using the GetScrollView method. I'm doing it like

this:

dim x1, x2

Chart1.Axis(AXIS_X).GetScrollView x1,x2

I get a type mismatch error. Is this something to do with passing variables

by reference in VBScript?

Is there any other way of retrieving the Scrollbar positions?

Regards,

Tung Lam

Enron Europe

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...