User (Legacy) Posted July 3, 2003 Report Posted July 3, 2003 Hi, which function can I use to enable the right click option in a series legend box. Whenn I right click want to be able to see: Options Top Bottom etc.... Is there any option that I can use with chart_send, chart_SetAdm or chart_SetValue. Not that right click was enabled by default in the older version, but not in the dll version of ChartFx 98. Thanks Artan Dimnaku
Software FX Posted July 7, 2003 Report Posted July 7, 2003 This menu is enabled by default. Remember that the chart_Send function can only be used to set properties available in Chart FX 3.0, to use Chart FX 98 (or 5.x) you need to use the COM object. -- FP Software FX, Inc.
User (Legacy) Posted July 7, 2003 Author Report Posted July 7, 2003 Can I use COM based without having to convert the old chart_send calls. "SoftwareFX Support" <support@softwarefx.com> wrote in message news:X7eFMpJRDHA.4072@WEBSERVER1.... > This menu is enabled by default. > > Remember that the chart_Send function can only be used to set properties > available in Chart FX 3.0, to use Chart FX 98 (or 5.x) you need to use the > COM object. > > -- > FP > Software FX, Inc. > >
Software FX Posted July 7, 2003 Report Posted July 7, 2003 Yes. You would need to convert the chart_Create call only. -- FP Software FX, Inc.
User (Legacy) Posted July 7, 2003 Author Report Posted July 7, 2003 How should I convert it. Our current chart_create function is the following: m_hChartWnd = chart_Create(lType | CT_SERLEGEND | m_chartType, NULL, GetSafeHwnd(), 0, 0, rClient.Width(), rClient.Height(), m_iNumItems, m_iNumSeries, 213, WS_CHILD); "SoftwareFX Support" <support@softwarefx.com> wrote in message news:pNTekbKRDHA.3628@WEBSERVER1... > Yes. You would need to convert the chart_Create call only. > > -- > FP > Software FX, Inc. > >
User (Legacy) Posted July 8, 2003 Author Report Posted July 8, 2003 Thanks FP, I converted it. It's working with both the old chart_send, chart_set etc and also the new COM objects. "Artan Dimnaku" <Artan.Dimnaku@aspentech.com> wrote in message news:Krb$VtKRDHA.3628@WEBSERVER1... > How should I convert it. Our current chart_create function is the following: > > m_hChartWnd = chart_Create(lType | CT_SERLEGEND | m_chartType, > NULL, GetSafeHwnd(), 0, 0, rClient.Width(), > rClient.Height(), > m_iNumItems, m_iNumSeries, 213, WS_CHILD); > > > "SoftwareFX Support" <support@softwarefx.com> wrote in message > news:pNTekbKRDHA.3628@WEBSERVER1... > > Yes. You would need to convert the chart_Create call only. > > > > -- > > FP > > Software FX, Inc. > > > > > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.