Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSChart label orientation
Message
From
16/09/2003 11:46:05
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00829308
Message ID:
00829459
Views:
26
>>>Does anybody know how I can change the Orientation of the Row Label text. Whatever I do it's coming out Vertical and I would like it Horizontal. I'm using VF7 and MSChart2.
>>>
>>>Thanks in anticipation.
>>
>>Caroline,
>>Check Message #829270 code.
>>Cetin
>
>Cetin,
>I had in fact already looked at that code (and found it very useful) however my Row Labels are coming out the vertical and I can't figure out how to change the setting.
>Any thoughts?

In previous reply I actually missed it was 'row' labels. Try this (hope works) :
with .mschart.Plot.Axis(VtChAxisIdX).Labels(1).TextLayout
   .Orientation = ..
   .VertAlignment = ..
   .HorzAlignment = ...
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
Reply
Map
View

Click here to load this message in the networking platform