Hi,

I have a chart with 2 vertical axes (both LinearAxis types).  The
scales are different on both vertical axes, but I'd like the 0 point
on each axis to line up.  The primary axis can go negative, so I just
can't start both at 0.  However, I'd like the secondary axis to have
its zero value label line up with the primary axis.  Right now,
because of the offset, if you're not careful, the second axis can look
like it is plotting negative values too.  The only way I've come up
with is to try to determine the number of ticks and use the tick
interval of the primary vertical axis to try to artificially create a
minimum value for the second axis.

Thanks,

John


Reply via email to