Hi,
Is this a bug or am I forgetting to set something else here?
Even if I set the chart scroll to none, I am still able to vertically scroll the chart through the mouse wheel. I even tried it through code (Tchart.Scroll.Enable = pmNone), but still the chart scrolls vertically through the mouse wheel.
Thanks,
Nina
Mouse wheel scroll - a bug?
Hi Nina,
it's not a bug. You must set :
TChart1.Environment.MouseWheelScroll = False
it's not a bug. You must set :
TChart1.Environment.MouseWheelScroll = False
Pep Jorge
http://support.steema.com
http://support.steema.com
Not working for me
Hi,
I'm having a similar problem, I've added
With TChart1
.Scroll.Enable = pmNone
.Environment.MouseWheelScroll = False
End With
and am still able to scroll using the mouse wheel.
I'm using Tchart 7, ActiveX
Any suggestions greatly appreciated.
Thanks
Rich
I'm having a similar problem, I've added
With TChart1
.Scroll.Enable = pmNone
.Environment.MouseWheelScroll = False
End With
and am still able to scroll using the mouse wheel.
I'm using Tchart 7, ActiveX
Any suggestions greatly appreciated.
Thanks
Rich
Hi Rich,
I cannot reproduce the problem here with the following code :
Could you please post an example into the steema.public.attachments newsgroup with which I can reproduce the problem here ?
I cannot reproduce the problem here with the following code :
Code: Select all
With tChart1
.AddSeries scLine
.Series(0).FillSampleValues(10)
.Environment.MouseWheelScroll = false
end with
Pep Jorge
http://support.steema.com
http://support.steema.com