ActiveX, Polar Series Shadow Visibility Control
Posted: Thu Aug 20, 2009 3:27 pm
Hi,
We are using TeeChart 8 ActiveX control. We have upgraded from version 7 to 8. In our existing software we used the TeeChart having Polar Series and set the gradient. However after upgrading, we found the the Shadow is appearing when the Gradient is set visible which was not in the previous version of OCX.I have tried several ways to set the shadow invisible but I could not do it.
I am using Visual C++ (VS2008)
And I tried following code:
m_Polar.GetPointer().GetShadow().SetHorizSize(1);
m_Polar.GetPointer().GetShadow().SetVertSize(1);
m_Polar.GetPointer().GetShadow().SetTransparency(100);
m_Polar.GetPointer().GetShadow().SetVisible(false);
This is only hiding the shadow of the Points drawn on the Polar Series, however there is still shadow of the Series which i want to hide. From the Editor if I set the Series->Circled->Shadow->Visible false then only I can make it invisible, but I could not do in the program. Please let me know how can I set it invisible in program. The attached files shows the Shadow of the Polar Series and the Editor window where the visible check box is show. I want to access that property.
TR,
Sunil Warke
BNF Technology Inc.
We are using TeeChart 8 ActiveX control. We have upgraded from version 7 to 8. In our existing software we used the TeeChart having Polar Series and set the gradient. However after upgrading, we found the the Shadow is appearing when the Gradient is set visible which was not in the previous version of OCX.I have tried several ways to set the shadow invisible but I could not do it.
I am using Visual C++ (VS2008)
And I tried following code:
m_Polar.GetPointer().GetShadow().SetHorizSize(1);
m_Polar.GetPointer().GetShadow().SetVertSize(1);
m_Polar.GetPointer().GetShadow().SetTransparency(100);
m_Polar.GetPointer().GetShadow().SetVisible(false);
This is only hiding the shadow of the Points drawn on the Polar Series, however there is still shadow of the Series which i want to hide. From the Editor if I set the Series->Circled->Shadow->Visible false then only I can make it invisible, but I could not do in the program. Please let me know how can I set it invisible in program. The attached files shows the Shadow of the Polar Series and the Editor window where the visible check box is show. I want to access that property.
TR,
Sunil Warke
BNF Technology Inc.