
Index
From: David Berneda
Subject: Re: Axis display problem
Date: Mon, 31 May 2004 11:32:45 +0200
Newsgroup: public.teechart6.general
You can use one series associated to the left axis for big numbers and
another associated to right axis for small numbers (see Series1.VertAxis
property).
Or, maybe setting the axis to Logarithmic := True might solve the scale
difference.
Additional custom axis can also be displayed at any part of the chart, for
example side to side with the left axis (see Tee7New.exe demo about multiple
axes)
regards
david
"Jaline Richards" wrote in message
news:INKm$5mPEHA.3480@TEEPC.Steema.local...
> Hi there,
> I have the following situation.
> Lets say you have the following data.
> - My Item
> - R1000.00
> - 10
>
> I want to display My Item as the X axis and then I want to plot the R1000
> and the 10 on the Y axis. (in a stacked bar chart for example).
> The problem is that because the scale is so big (to accomodate the 1000)
> it's impossible to even see the 10 because it's too small compared to the
> 1000.
>
> Is there another way of doing this?
> Or a different graph I have to use so thant I can plot 2 values (with
> totally different scales) on the same axis?
>
> Thanks very much for the help,
> Jaline
>
>