Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MsGraph.Chart
Message
 
À
06/03/2009 13:15:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Versions des environnements
Visual FoxPro:
VFP 8
Divers
Thread ID:
01386272
Message ID:
01386735
Vues:
42
>Hi,
>
>I use the following command to generate graph
>
>APPEND GENERAL olegraph CLASS "msgraph.chart" DATA m.cGData
>frmDummy =CREATEOBJECT("form")
>frmDummy.ADDOBJECT("Graph1","OleBoundControl")
>WITH frmDummy.Graph1
> .Height = 300
> .Width = 500
> .ControlSource = "cGraph.olegraph"
> .HasTitle = .T.
> .ChartTitle.Caption = "Daily Revenue Summary"
> .Type=3 &&Bar Chart
> ENDWITH
>
>Is there anyone know what property to set the background color of the chart?
>
>Thanks in advance
frmDummy.Graph1.ChartArea.Interior.Color=RGB(255,255,255)
Good Luck
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform