Search found 5 matches
- Mon Jan 16, 2006 2:26 am
- Forum: .NET
- Topic: Problems about SizeValues!
- Replies: 4
- Views: 6238
- Mon Jan 16, 2006 2:19 am
- Forum: .NET
- Topic: Problems about SizeValues!
- Replies: 4
- Views: 6238
my code is that , //*****************************画水平柱状图 ××××××××××××××××× //横轴 WebChart1.Chart.Axes.Custom.Add(new Steema.TeeChart.Axis()); //dbchart1.CustomAxes.Add; int a1 =WebChart1.Chart.Axes.Custom.Count-1; WebChart1.Chart.Axes.Custom[a1].OtherSide=true; WebChart1.Chart.Axes.Custom[a1].Horizont...
- Fri Jan 13, 2006 6:05 am
- Forum: .NET
- Topic: Problems about SizeValues!
- Replies: 4
- Views: 6238
Problems about SizeValues!
hi, i have trouble at change the code from delphi to .net(c#); the formal code (using TeeChart Pro 7) is: dbchart1.Series[s1-cgjl_num+j].AddXY(barwid,sd[i]); (dbchart1.Series[s1-cgjl_num+j] as TBarSizeSeries).SizeValues[rslt[j]]:=(ed[i]-sd[i]); i must translate it into c#(TeeChart for .NET v2 Evalua...
- Wed Apr 13, 2005 1:22 am
- Forum: .NET
- Topic: Whether can zoom chart in Webform?
- Replies: 3
- Views: 5833
- Tue Apr 12, 2005 2:38 pm
- Forum: .NET
- Topic: Whether can zoom chart in Webform?
- Replies: 3
- Views: 5833
Whether can zoom chart in Webform?
I use TeeChart in my asp.net application, whether can zoom chart in Webform? It is very important for my project. Thanks for your suggest.