Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OWC Chart Object - axis LabelOrientation ?
Message
From
05/02/2002 09:01:23
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
OWC Chart Object - axis LabelOrientation ?
Miscellaneous
Thread ID:
00615417
Message ID:
00615417
Views:
61
In my code I am building some graphs using the Office Web Components. The module is successfull but I am running into some problems when trying to set the LabelOrientation of the x-axis. See code below:

Set oConstants = oCSpace.Constants
Set oChart = oCSpace.Charts.Add()

Set oAxis = oChart.Axes(oConstants.chAxisPositionBottom)
WITH oAxis
.HasTitle = TRUE
.Title.Caption = xCaption
.TickLabelSpacing = 1
.ChartLabelOrientationEnum = oConstants.chLabelOrientationUpward END WITH

The constant is correct but the calling syntax is not correct. Does anyone have any suggestions?

Thanks in advance.

>>Wes
Next
Reply
Map
View

Click here to load this message in the networking platform