User (Legacy) Posted March 21, 2005 Report Share Posted March 21, 2005 Hi, I'm using the ChartFx client/server and I'm looking for remove a marker shape from the "Series" tab in the properties dialog. Is there a way to do it using the RemoveSubCommand method as it is done for the gallery command in the following lines? ICommandItemPtr gal; gal = m_pChartFX->GetCommands()->GetItem( CFX_ID_GALLERY ); gal->RemoveSubCommand( 0 ); Thanks in advance Luca Oddi PS: I'm using the Cfx4032.ocx version 5.0.14.0 Quote Link to comment Share on other sites More sharing options...
Software FX Posted March 21, 2005 Report Share Posted March 21, 2005 No. The list of marker shapes in the dialog is not a command. It is simply part of the dialog. There is no way of removing a particular marker shape other than implementing your own version of the dialog. -- FP Software FX Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.