Search found 17 matches

by Fang
Tue Dec 13, 2005 2:00 am
Forum: VCL
Topic: any plan for bds 2006 c++ builder preview
Replies: 2
Views: 4714

great :shock: can't wait to try it.
by Fang
Thu Dec 08, 2005 1:43 pm
Forum: VCL
Topic: any plan for bds 2006 c++ builder preview
Replies: 2
Views: 4714

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
by Fang
Wed Aug 17, 2005 5:59 pm
Forum: VCL
Topic: cetAllSeries alone in HideTabs of TChartEditor broken?
Replies: 1
Views: 3948

i figured it out.

It seems I have to set Series property.
by Fang
Wed Aug 17, 2005 5:56 pm
Forum: VCL
Topic: cetAllSeries alone in HideTabs of TChartEditor broken?
Replies: 1
Views: 3948

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
by Fang
Wed Aug 17, 2005 5:04 pm
Forum: VCL
Topic: Draw series legend symbol question?
Replies: 1
Views: 4002

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...
by Fang
Mon Aug 15, 2005 9:10 pm
Forum: VCL
Topic: OnClickSeries doesn't fire with big symbol
Replies: 1
Views: 3779

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...
by Fang
Fri Jul 01, 2005 8:14 pm
Forum: .NET
Topic: what's v1 and v2
Replies: 1
Views: 4004

what's v1 and v2

Hi,
what's the difference between v1 and v2?

Thanks.
by Fang
Thu Jun 09, 2005 6:03 pm
Forum: .NET
Topic: changetype changes selectedindex in ChartListBox
Replies: 5
Views: 8213

i just upload the attachment.

two project, one class libray, one app. You might need to relink the class library from app


Fang
by Fang
Tue Jun 07, 2005 7:53 pm
Forum: .NET
Topic: changetype changes selectedindex in ChartListBox
Replies: 5
Views: 8213

I used the same version in the download section.

But I created the chart and chartlistbox in the library class(not visually), not sure if it's related.
by Fang
Sun Jun 05, 2005 8:57 pm
Forum: .NET
Topic: changetype changes selectedindex in ChartListBox
Replies: 5
Views: 8213

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...
by Fang
Sat Jun 04, 2005 8:51 pm
Forum: .NET
Topic: what is ChartToolTip
Replies: 1
Views: 4176

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
by Fang
Sat Jun 04, 2005 8:33 pm
Forum: .NET
Topic: question about visualization of selection of a series
Replies: 1
Views: 4136

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...
by Fang
Sat Jun 04, 2005 8:07 pm
Forum: .NET
Topic: best way to create series of custom type at runtime?
Replies: 1
Views: 4123

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 ...
by Fang
Fri May 27, 2005 10:03 pm
Forum: .NET
Topic: How to use function and period
Replies: 2
Views: 4951

that's the question I have after read it :lol: I'll re-read it.
by Fang
Fri May 20, 2005 8:46 pm
Forum: .NET
Topic: How to use function and period
Replies: 2
Views: 4951

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...