Exception calling GetAsGauge().GetXRadius()

TeeChart for ActiveX, COM and ASP
Post Reply
yvb
Newbie
Newbie
Posts: 18
Joined: Mon Jul 13, 2009 12:00 am

Exception calling GetAsGauge().GetXRadius()

Post by yvb » Sun Feb 21, 2010 2:41 pm

Hi,

When working with Gauge series I have the following line:
long lXradius = m_Chart.Series(0).GetAsGauge().GetXRadius();

I can't get a value for lXradius.

Using debugger, stepping over this call, I get an excedption in: file oledisp1.cpp,
in function: CCmdTarget::CallMemberFunc(const AFX_DISPMAP_ENTRY* pEntry, WORD wFlags,
VARIANT* pvarResult, DISPPARAMS* pDispParams, UINT* puArgErr).

When I don't use the above line, my application using the same Gauge series works just fine.
What can be the problem?

Thanks.
yvb

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Exception calling GetAsGauge().GetXRadius()

Post by Yeray » Tue Feb 23, 2010 9:18 am

Hi yvb,

I've added it to the defect list to be fixed in future releases (TA05014693).

Thanks for reporting it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply