I migrated a 16bit VC++ application to 32bit.
The original code used the dll "vtch.dll" (a chart library by the "visual components" enterprise, sometimes also reffered to as "first impression" for its chart capabillities. In my new version I used the Microsoft Chart avtiveX library (mschrt20.ocx) instead.
My question is, whether the MsChart includes a built in dialog which lets the end user change the chart properties at runtime. (there is such a dialog for the developer at the development stage).
The old "vtch.dll" library offered such a dialog, whenever the user double clicked something on the chart.
NOTE: I know I can set the events to pop up my own dialog, but I was wondering if there is already a ready made one, and if so, how do I make it work?
Thanks.
a_gelbart@hotmail.com
The original code used the dll "vtch.dll" (a chart library by the "visual components" enterprise, sometimes also reffered to as "first impression" for its chart capabillities. In my new version I used the Microsoft Chart avtiveX library (mschrt20.ocx) instead.
My question is, whether the MsChart includes a built in dialog which lets the end user change the chart properties at runtime. (there is such a dialog for the developer at the development stage).
The old "vtch.dll" library offered such a dialog, whenever the user double clicked something on the chart.
NOTE: I know I can set the events to pop up my own dialog, but I was wondering if there is already a ready made one, and if so, how do I make it work?
Thanks.
a_gelbart@hotmail.com