Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Charttype codes
Message
De
22/03/1999 16:49:25
Peter Wagner
Point Informática Ltda.
Limeira, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Charttype codes
Divers
Thread ID:
00200695
Message ID:
00200695
Vues:
46
Does someone has the charttype for VFP used to change the type of chart for graphs ?
Im not finding anywhere a list of charttype codes to change the graph
like the user want.
Could someone please help me, or send a adress where i could find those codes ?
I want to use charttype not autoformat to change the kind of graph displayed.

#DEFINE bartype -4099
#DEFINE coltype -4100
#DEFINE pietype -4102

DO CASE
CASE THIS.Value = 1
THISFORM.OleBoundControl1.autoformat(bartype,1)
CASE THIS.Value = 2
THISFORM.OleBoundControl1.autoformat(coltype,1)
OTHERWISE
THISFORM.OleBoundControl1.autoformat(pietype,7)
ENDCASE

TIA
Peter
Répondre
Fil
Voir

Click here to load this message in the networking platform