Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Activex with vb examples
Message
From
11/08/2009 09:31:07
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
 
 
To
10/08/2009 03:49:08
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
MySQL
Miscellaneous
Thread ID:
01416493
Message ID:
01417300
Views:
49
Hello Gregory

Color constans are working fine now!

Transparent is not working. May be this is another problem and has nothing to do with the constants.

Help says:
you may have for each bar a different color. In this case you must set Transparent as Color property. Additionally you can define for each bar an individual color with ColorArray, ColorString or SetColorValue.

Example: ChartX1.AddRegion
ChartX1.Region(1).AddBarSeries
' If you have single bars and want to have different colors for each bar:
ChartX1.Region(1).BarSeries(1).Color = Transparent
ChartX1.Region(1).BarSeries(1).Colorstring = "Blue*Green*Black"

But when setting color first to transparent and then using colorstring to define some colors,
all bars are transparent (just the boarders) ??

Nevertheless: Thank you very much.

Best regards
Albert
P.S. I also wanted to mark your answer as solution, as i did with Sergeys answer, but the checkbox was not offered. ???
Sorry
Previous
Reply
Map
View

Click here to load this message in the networking platform