Index

From: Saci
Subject: Axes Labels Colors
Date: Wed, 8 Dec 2004 13:41:41 -0200
Newsgroup: public.teechart6.general  

I make all axes change color automaticly according to background,
The question is how can I make the same thing for Axes Labels Colors ?

Chart2.RightAxis.Axis.Mode := pmNot;
Chart2.LeftWall.Pen.Mode := pmNot;
Chart2.RightWall.Pen.Mode := pmNot;
Chart2.BackWall.Pen.Mode := pmNot;
Chart2.BottomWall.Pen.Mode := pmNot;


Chart2.Axes.Left.LabelsFont.Color := ????