Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE Automation to EXCEL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00054327
Message ID:
00054373
Vues:
37
>Hi,
>
>What is the syntax to change the chart added in EXCEL? I have tried the following but cannot work :
> ...........
> oXLChartM.Charts.Add
> oXLChartM.ChartTpe='xl3DColumnstacked'
>
>I think somehow the xl3DColumnstacked should be some code but I do not know what is the code.
>Thanks.

Actually the constant is : xl3DColumn
so you neeed
oXLChartM.ChartTpe= xl3DColumn
oldcChartM.ChartGroups(1).subtype=2
1 for segmented, 2 for stacked
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform