Matt Dupuis Posted July 11, 2007 Report Share Posted July 11, 2007 I'm trying to implement the Wrapper to convert our code from 6.2 and I'm using SubCommandID to pass in IDs but under the wrapper when I create a command object SubCommandID is null. Here's an example: CommandBar cmds = Chart.Commands;Command cmd = cmds.AddCommand(PointLabelCommandID);cmd.SubCommandID[0] = 51; // <- SubCommandID is null when using the wrapper where before it was a CommandList Any help you could offer would be much appreciated. Thanks, Matt Quote Link to comment Share on other sites More sharing options...
Frank Posted July 18, 2007 Report Share Posted July 18, 2007 Looks like a bug in the wrapper. The easiest way to go about this is to migrate this piece of code to the new version. Notice that the wrapper chart object gives you access to the actual Chart FX 7 object through the ChartFX7Object property. 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.