Page 1 of 1

Chart with multiple axis

Posted: Mon Sep 19, 2005 2:22 am
by 9524925
Hello,
I created a chart with multiple axis.
I would like to now shows the dotted lines between the "squares" that the axes form.
In the Teechart Pro ActiveX v7 in All Features - Welcome! - Axes - Custom can be seen between the top an bottom charts

Can you help me?


Yours

Carlos Goldberg

Posted: Mon Sep 19, 2005 8:07 am
by narcis
Hi Carlos,

What you request is default axes behaviour (standard and custom). However you can force the grid being visible by using:

Code: Select all

TChart1.Axis.Custom(0).GridPen.Visible = True