User (Legacy) Posted January 30, 2004 Report Share Posted January 30, 2004 Hi, I am using Chartfx dlls and I currecntly make use of the paint method to show a preview of the chart, but I would like to be able to expose the property dialogs so that the appearance can be more easily controlled. I basically would like to reproduce the same results as if some one right clicked on the chart active X control and selected properties. Is this functionality part of the active X control or is there a method that I can call to show these sets of dialogs through the dlls that I have yet to come across? Thank you for your time. -Mac Link to comment Share on other sites More sharing options...
Software FX Posted January 30, 2004 Report Share Posted January 30, 2004 The ShowDialog method will do this for you. -- FP Software FX Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 30, 2004 Author Report Share Posted January 30, 2004 Can this show up as a tabbed dialog, or just each particular one? For example can I get general, axis, and series to show up at the same time by combining them with | ? And are they modal or modaless? Thanks -Mac "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:g%231oHT25DHA.2468@webserver3.softwarefx.com... > The ShowDialog method will do this for you. > > -- > FP > Software FX > > Link to comment Share on other sites More sharing options...
Software FX Posted January 30, 2004 Report Share Posted January 30, 2004 ChartFX1.ShowDialog CDIALOG_OPTIONS, 0 Shows the property pages. Which property pages show can be controlled using the PropPageMask property if needed. The property dialog is normally modal but if the chart windows is never created then is modeless. -- FP Software FX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.