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: Does the MsChart include a built in dialog which lets the end user change the chart properties at runtime. (there is such a dialog at the development stage).
The "vtch.dll" library offered such a dialog, whenever the user double clicked somthing 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.
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: Does the MsChart include a built in dialog which lets the end user change the chart properties at runtime. (there is such a dialog at the development stage).
The "vtch.dll" library offered such a dialog, whenever the user double clicked somthing 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.