Search found 2 matches

by WISEfn
Tue Feb 14, 2006 2:33 am
Forum: .NET
Topic: label style problem
Replies: 1
Views: 3227

label style problem

I wants applying the style in Label_font. Steema.TeeChart.Chart ch1 = WebChart1.Chart; ch1.Axes.Bottom.Labels.Angle = 60; ch1.Axes.Bottom.Labels.Font.Size = 7; ch1.Axes.Bottom.Labels.Font.Name = "Tahoma"; ch1.Axes.Bottom.Labels.Font.Color = Color.FromArgb(163, 133, 107); The style is applied.. =====...
by WISEfn
Thu Jun 02, 2005 1:25 am
Forum: .NET
Topic: moustevent in asp.NET
Replies: 1
Views: 3763

moustevent in asp.NET

Hello.. I'm new in teechart.net. I'm building my web page, but I could implement mouseevent with webchart. I know it's hard to capture event like mouseenter on webpage. But I figure out "Infragistics" Tool that support mouse event with javascript. I think they support to make script automatically at...