Jump to content
Software FX Community

Right Click on Legend Box, using dll version of ChartFx98


User (Legacy)

Recommended Posts

Posted

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

Posted

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.

Posted

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.

>

>

Posted

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.

>

>

Posted

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.

> >

> >

>

>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...