Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel ApplyDataLabels property
Message
From
07/06/2001 14:24:12
 
 
To
07/06/2001 03:11:51
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00516033
Message ID:
00516527
Views:
12
Celtin, no, it wasn't me w/this problem. But you did helped me the other day w/a FOR loop to read the certain table I was working and needed to read the values of all fields into an array. Which in fact, it worked beautifully.
Thank for the explanation on this excel method. I will give it a try now.
Thank again.


>Edgar,
>I thought we resolved this before, or it wasn't you ? :)
>ApplyDataLabels is a method not an object and Type is parameter name of it not a property. In VFP you can't use named parameters but positional.
>
>ApplyDataLabels syntax :
>expression.ApplyDataLabels(Type, LegendKey, AutoText, HasLeaderLines)
>expression Required. An expression that returns a Chart, Point, or Series object.
>
>All parameters are optional. If you omit anyone it uses the default. ie: If a method has 7 parameters and you only want to define 2nd and 4th :
>..SomeMethod(,Par2,,Par4)
>
>
.ActiveChart.SeriesCollection(1).ApplyDataLabels(3)
>However this call might still fail if type-3 is unavailable for the chart type (percent labels is only available for pie and doughnut charts).
>Cetin
Previous
Reply
Map
View

Click here to load this message in the networking platform