Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting X-Axis & Y-Axis MS Graph
Message
From
29/04/2004 04:28:57
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/04/2004 20:41:07
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00899176
Message ID:
00899233
Views:
23
>Hi all,
>How to setting x-axis & y-axis min & max value in MS Graph Visual Foxpro
>
>Thank's
>
>Madces

Use Min and MaximumScale properties. ie:
#Define xlCategory		1
#Define xlValue			2
#Define xlSeriesAxis	3


thisform.myGraph.Axes( xlVAlue ).MinimumScale = 50
thisform.myGraph.Axes( xlVAlue ).MaximumScale = 100
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