Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does MSChart include a built in property dialog for the end user?

Status
Not open for further replies.

snuffles

Programmer
May 20, 2001
4
IL
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top