Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing Font in MSGraph.Chart.8
Message
From
03/08/1999 09:47:28
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
03/08/1999 08:11:04
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00249150
Message ID:
00249194
Views:
33
>Is it possible to change the Font at Design Time/Run time in MSGraph.Chart.8.0 ?
>
>TIA
>
>Rajesh
Yes Rajesh,
Different parts of graph have their own font object. ie: Axes.
*.....
With .Axes(xlValue)
 .HasTitle = .T.
 with .AxisTitle
    .Caption = "This is Value title"
    with .Font
       .Size = 10
       .Bold = .f.
    endwith
    .Orientation = 90 && Show 90 degrees rotated - clockwise
 endwith
EndWith
*....
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform