Index

From: Igor  SCR
Subject: Right axis
Date: Sun, 5 Oct 2008 11:53:45 +0200
Newsgroup: public.teechart6.general  

Hi
I want to show 2 lines with 2 different axis - left and right.

Axis ax1 = chart.Axes.Left;
// set up the axis
// add firtst line

Axis ax2 = chart.Axes.Right;
// set up the axis
// add seconf line

But on the chart i have only left axis shown with 2 lines.

Can you help me please?

Thanks
Igor


and after I initialize