Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP - Excel Chart?
Message
De
25/10/1998 10:37:31
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
23/10/1998 17:02:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00150023
Message ID:
00150304
Vues:
18
>I have a bar chart with both positive and negative
>numbers for the Y or vertical axis. Dates are used
>as values along the X or horizontal axis.
>
>The Y values range from +3million to -1.5 million.
>Unfortunately, the dates used in the X axis are
>intermingled with the negative bars on the chart.
>This is because the X axis date values are shown
>directly below the zero line instead of below the
>lowest value line.
>
>Is there a way to move the x-axis values down to below
>the lowest values?
Hi Tom,
#define xlTickLabelPositionHigh  -4127
#define xlTickLabelPositionLow  -4134
#define xlTickLabelPositionNextToAxis  4
#define xlTickLabelPositionNone  -4142

#define xlCategory 1
.chartobjects(1).chart.Axes(xlCategory).TickLabelPosition = xlTickLabelPositionLow
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform