Hi,
I'm moving up from BCB 6 to BDS2006. I have TChart Pro V7.07. When I compile in BDS with Chart->AllowPanning = pmNone, I get Error: Ambiguity between pmNone and Forms::pmNone. I can not figure out what I need to add in front of pmNone to avoid the error.
Thans
-Bill
AllowPanning = pmNone
Hi Bill,
a solution could be to do this :
Chart1->AllowPanning = TPanningMode(0); // pmNone
a solution could be to do this :
Chart1->AllowPanning = TPanningMode(0); // pmNone
Pep Jorge
http://support.steema.com
http://support.steema.com