CustomHorizAxis Qustion

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
wilcohsu
Newbie
Newbie
Posts: 40
Joined: Mon Dec 18, 2006 12:00 am

CustomHorizAxis Qustion

Post by wilcohsu » Thu Mar 08, 2007 1:01 am

Hi

(1)Axes visible property of Chart Edit is miss operation.
(2)x axis scale or title is covered.

see upload file:Q_Custom_Axes.doc

Best Regards.
TeeChart 2.0.2546.16099/2.0.2586.24039

Edu
Advanced
Posts: 206
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia

Post by Edu » Thu Mar 08, 2007 8:56 am

Hi Wilcohsu

The Cumtom Axis visible property becomes false automatically, because you don't associate any serie at the Custom Axis. You can do this in the tab "Series>General"

You have to say a margin, when you use a Custom Axis as below code:

Code: Select all

 tChart1.Panel.MarginBottom = 10
Best Regards,
Edu

Steema Support Central
http://support.steema.com/

Post Reply