Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OWC Chart Object; adjusting Max and Min values of graph
Message
From
29/11/2001 13:08:39
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00586277
Message ID:
00587591
Views:
33
Here is the solution that I discovered:

Set oAxis = oChart.Axes(oConstants.chAxisPositionLeft)
WITH oAxis
.Scaling.Maximum = 1000000
.Scaling.Minimum = 1000
END WITH

>> Wes
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform