Search found 17 matches
- Tue Dec 13, 2005 2:00 am
- Forum: VCL
- Topic: any plan for bds 2006 c++ builder preview
- Replies: 2
- Views: 4739
- Thu Dec 08, 2005 1:43 pm
- Forum: VCL
- Topic: any plan for bds 2006 c++ builder preview
- Replies: 2
- Views: 4739
any plan for bds 2006 c++ builder preview
hi,
will bds 2006 c++ builder be supported in the near future?
I tried to add 7.04 to it, but it looks not compatible with the package loader, is there a way i can install it manually into 2006 c++ builder? Thanks.
Fang
p.s it took me a while to figure out to login here
will bds 2006 c++ builder be supported in the near future?
I tried to add 7.04 to it, but it looks not compatible with the package loader, is there a way i can install it manually into 2006 c++ builder? Thanks.
Fang
p.s it took me a while to figure out to login here
- Wed Aug 17, 2005 5:59 pm
- Forum: VCL
- Topic: cetAllSeries alone in HideTabs of TChartEditor broken?
- Replies: 1
- Views: 3972
- Wed Aug 17, 2005 5:56 pm
- Forum: VCL
- Topic: cetAllSeries alone in HideTabs of TChartEditor broken?
- Replies: 1
- Views: 3972
cetAllSeries alone in HideTabs of TChartEditor broken?
Hi,
I am playing with TChartEditor. I set everything to be true in HideTabs Option except cetAllSeries. Nothing shows in runtime. If I set one more options ex. cetSeriesData, it works.
Is this a bug?
Thanks.
Fang
I am playing with TChartEditor. I set everything to be true in HideTabs Option except cetAllSeries. Nothing shows in runtime. If I set one more options ex. cetSeriesData, it works.
Is this a bug?
Thanks.
Fang
- Wed Aug 17, 2005 5:04 pm
- Forum: VCL
- Topic: Draw series legend symbol question?
- Replies: 1
- Views: 4025
Draw series legend symbol question?
Hi, I want to draw series legend symbol( the symbol next to the title in the chartlistbox) to my own control, ex a panel. Is there any neat way to do it? ex library function I noticed there're TButtonPen and TButtonColor, will that be useful if a TSymbolLabel can be included to link to a symbol or s...
- Mon Aug 15, 2005 9:10 pm
- Forum: VCL
- Topic: OnClickSeries doesn't fire with big symbol
- Replies: 1
- Views: 3803
OnClickSeries doesn't fire with big symbol
Hi, I am working with LineSeries of symbol square, it seems to me that the size of region to fire OnClickSeries is independent with the size of the symbol. Therefore when I click on the edge of a symbol, OnClickSeries doesn't fire up. Is there any work-around? It'll be nice if this can be turned int...
- Fri Jul 01, 2005 8:14 pm
- Forum: .NET
- Topic: what's v1 and v2
- Replies: 1
- Views: 4029
what's v1 and v2
Hi,
what's the difference between v1 and v2?
Thanks.
what's the difference between v1 and v2?
Thanks.
- Thu Jun 09, 2005 6:03 pm
- Forum: .NET
- Topic: changetype changes selectedindex in ChartListBox
- Replies: 5
- Views: 8261
- Tue Jun 07, 2005 7:53 pm
- Forum: .NET
- Topic: changetype changes selectedindex in ChartListBox
- Replies: 5
- Views: 8261
- Sun Jun 05, 2005 8:57 pm
- Forum: .NET
- Topic: changetype changes selectedindex in ChartListBox
- Replies: 5
- Views: 8261
changetype changes selectedindex in ChartListBox
Hi, I created a series, and changed its series type at runtime, but the selectindex of ChartListBox is lost and reset to -1 afterwards. Is this a known bug? or supposed to be? chart.Series.Clear(); Steema.TeeChart.Styles.Series s0=chart.Series.Add(typeof(Steema.TeeChart.Styles.Points)); Steema.TeeCh...
- Sat Jun 04, 2005 8:51 pm
- Forum: .NET
- Topic: what is ChartToolTip
- Replies: 1
- Views: 4197
what is ChartToolTip
Hi,
I found ChartToolTip class in the help but it's not in the Steema.TeeChart.Chart namespace, i couldn't find it. What's this ChartToolTip do?
Thanks
Fang
I found ChartToolTip class in the help but it's not in the Steema.TeeChart.Chart namespace, i couldn't find it. What's this ChartToolTip do?
Thanks
Fang
- Sat Jun 04, 2005 8:33 pm
- Forum: .NET
- Topic: question about visualization of selection of a series
- Replies: 1
- Views: 4166
question about visualization of selection of a series
Hi, I got a question about how to visualize of selecting a series at runtime. I know you can detect which series a user clicked. But what's the nice and easy way to let user know the series is selected. For now I can write to a label or just use the ChartList control. I also remember the chart offic...
- Sat Jun 04, 2005 8:07 pm
- Forum: .NET
- Topic: best way to create series of custom type at runtime?
- Replies: 1
- Views: 4143
best way to create series of custom type at runtime?
Hi, Chart Editor is very nice letting me choose tons of series at design time. I wonder if I can do the same at run time. Ex. if all those series in the chart editor are predefined type? If so, where can I find them? If not, Ex. if i want to a line series with point visible, shall I derive a series ...
- Fri May 27, 2005 10:03 pm
- Forum: .NET
- Topic: How to use function and period
- Replies: 2
- Views: 4979
- Fri May 20, 2005 8:46 pm
- Forum: .NET
- Topic: How to use function and period
- Replies: 2
- Views: 4979
How to use function and period
Hi, i plan to write a custom function, first or second order derivative. The forms are very close to Moving Average. I need to calculate a new value for each value based on its nearby values. Got a few questions here What the range in the Calculate() mean? Are they the range controlled by period sty...