Page 1 of 1

Specify Color in ActiveX

Posted: Wed Feb 24, 2010 6:06 pm
by 9085137
I would like to specifiy point color as bule. I have used TeeChart VCL and it was 'clBlue' over there. But in ActiveX, I only found 'clTeeColor' and it set color randomly! Any idea to solve this issue?

Thank you

dalshin

Re: Specify Color in ActiveX

Posted: Thu Feb 25, 2010 10:54 am
by yeray
Hi dalshin,

The color constants depend on the development environment you are using. For example, in VB6 you can use "vbBlue", in Visual Studio you can use "Color.Blue".