Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Activex with vb examples
Message
 
 
À
11/08/2009 09:28:36
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
MySQL
Divers
Thread ID:
01416493
Message ID:
01417302
Vues:
47
Try
loBS1 = ChartX1.Region(1).BarSeries(1)
loBS1.Color = Transparent 
loBS1.Colorstring = "Blue*Green*Black"
loBS1 =  = NULL
Did you consider using FoxCharts?


>
>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
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform