Search found 66 matches

by Fang
Fri Apr 14, 2006 5:38 am
Forum: VCL
Topic: Prevent change of legend check box
Replies: 2
Views: 4851

Prevent change of legend check box

hi,
the legend check box is very nice, but I just wonder if I can decide if it's allowed to change after user clicked the label (not the check box). Thanks.

Fang
by Fang
Thu Apr 13, 2006 5:37 pm
Forum: VCL
Topic: Bug: While set ChartClickSeries event, Zoom is broken
Replies: 4
Views: 6222

ok
by Fang
Tue Apr 11, 2006 2:36 pm
Forum: VCL
Topic: TChart is missing from component ancestor list
Replies: 1
Views: 3732

this sounds not a big deal. But I wish it can be included, 'cause I don't know how to derive from chart now. Thanks.
by Fang
Tue Apr 11, 2006 2:35 pm
Forum: VCL
Topic: where is OnChangeSelectedSeries event of TChartListBox
Replies: 2
Views: 4354

Thanks pep.

BTW, the reason I need it is that I put the chartlistbox non-visible. I tried to replace the legend with the chartlistbox, but visually it's not good due to that highlighted selection so I hide it.
by Fang
Tue Apr 11, 2006 2:33 pm
Forum: VCL
Topic: TContourSeries series mark text problem
Replies: 3
Views: 5575

Alright. Thanks, pep
by Fang
Fri Apr 07, 2006 1:54 pm
Forum: VCL
Topic: TChart is missing from component ancestor list
Replies: 1
Views: 3732

TChart is missing from component ancestor list

hi,
this might be a stupid question, but when I try to create a component and look for Steema chart ancestor component, I coundl't find any. This is BDS c++ 2006, then I went to c++ builder 6, it's fine there.

Any work around?

Fang
by Fang
Fri Apr 07, 2006 1:33 pm
Forum: VCL
Topic: Bug: While set ChartClickSeries event, Zoom is broken
Replies: 4
Views: 6222

I still wonder why this is as designed. It does make sense for 2D series or any sereis doesn't cover most of the area. For surface or color grid, the sereis is everywhere; zoom and clickseries should be designed as different thing, don't you think. Because of this issue, OnClickSeries is almost usel...
by Fang
Thu Apr 06, 2006 5:16 pm
Forum: VCL
Topic: Bug: While set ChartClickSeries event, Zoom is broken
Replies: 4
Views: 6222

Bug: While set ChartClickSeries event, Zoom is broken

Hi, Just drop a chart and a TColorGridSeries, make it random filled. Add an empty line for ChartClickSeries event like the following, void __fastcall TForm1::Chart1ClickSeries(TCustomChart *Sender, TChartSeries *Series, int ValueIndex, TMouseButton Button, TShiftState Shift, int X, int Y) { // abd }...
by Fang
Thu Apr 06, 2006 1:31 am
Forum: VCL
Topic: where is OnChangeSelectedSeries event of TChartListBox
Replies: 2
Views: 4354

where is OnChangeSelectedSeries event of TChartListBox

hi,
I couldn't figure out where can I capture event like OnChangeSelectedSeries and OnAddSeries at TChartListBox.

Thanks.

Fang
by Fang
Wed Apr 05, 2006 8:27 pm
Forum: VCL
Topic: TContourSeries series mark text problem
Replies: 3
Views: 5575

hello, still waiting how to setup marks for contour series. Thanks.
by Fang
Tue Apr 04, 2006 3:51 pm
Forum: Wishes and ideas
Topic: TColorGrid or TSurfaceSeries value range highlighter
Replies: 5
Views: 38935

good point, I probably just need to change the pallete color dynamically. Thanks Narcís.
by Fang
Tue Apr 04, 2006 1:48 am
Forum: VCL
Topic: TContourSeries series mark text problem
Replies: 3
Views: 5575

TContourSeries series mark text problem

hi,
I drop a TContourSeries and set 3D to false; and on the Series/Marks Panel, I set style to be visible. Then I see many marks hang around on the bottom of screen. So what's the correct to way to set or view mark for each level of contour on the chart. Thanks.
by Fang
Tue Apr 04, 2006 1:34 am
Forum: VCL
Topic: How to show legend of another series
Replies: 1
Views: 3377

How to show legend of another series

hi,
I have two 3D series, one colorgrid, one contour; the legend trys to connect to whatever appears first on the chart if I set legend style to series value. But is there a way I can swtich the legend to the series I want ?

Thanks.
Fang
by Fang
Mon Apr 03, 2006 10:26 pm
Forum: VCL
Topic: Bug: TContourSeries interfere with BDS C++ builder 2006 IDE
Replies: 1
Views: 3354

Bug: TContourSeries interfere with BDS C++ builder 2006 IDE

it's very weird, but just drop a chart component to bds c++ builder 2006 IDE and add a new TContourSeries to the chart at design time. Suddenly, the IDE responds weird but not dead, ex click any menu or sidebar, you have to click the form again to make it work. I tried colorgrid, and surfaceseries, ...
by Fang
Mon Apr 03, 2006 4:13 pm
Forum: VCL
Topic: How do I change the legend range/level for TColorGridSeries
Replies: 9
Views: 13703

thanks Beetle. I'm doing that :)