Search found 4 matches

by tjip
Thu Jul 03, 2008 12:36 pm
Forum: .NET
Topic: Header.Text text wrapping?
Replies: 3
Views: 3070

thanks

thank you for the fast replay
by tjip
Wed Jul 02, 2008 1:32 pm
Forum: .NET
Topic: Header.Text text wrapping?
Replies: 3
Views: 3070

Header.Text text wrapping?

Hi,

My teechartcontrol.Header.Text is set dynamic and sometimes i have a long text (doesnt fit in the screen). is it possible to make the Header.Text auto wrap it self? is there any command for that?

if now, what is a possible solusion?

Regards,

M.Ismail
by tjip
Fri Jun 20, 2008 12:05 pm
Forum: .NET
Topic: skiping dates in Axes.Bottom
Replies: 2
Views: 2062

thx for your replay. since i had no time to wait i tried that and it worked: teeChartControl.Axes.Bottom.GetAxisDrawLabel += new GetAxisDrawLabelEventHandler(Bottom_GetAxisDrawLabel); void Bottom_GetAxisDrawLabel(object sender, GetAxisDrawLabelEventArgs e) { string draw = e.Text; if ( list.Contains(...
by tjip
Fri Jun 20, 2008 9:06 am
Forum: .NET
Topic: skiping dates in Axes.Bottom
Replies: 2
Views: 2062

skiping dates in Axes.Bottom

Hi, I am trying to display a graph where the bottom axes are dates and they increase by 1 day. teeChartControl.Axes.Bottom.Labels.DateTimeFormat = "dd-MM-yy"; teeChartControl.Axes.Bottom.Increment = 1.0; The problem here is when i give as dates e.g. 01-01-2008 and 03-01-2008 i get to see en empty 02...