Search found 8 matches

by jpm
Thu Aug 04, 2011 9:58 am
Forum: VCL
Topic: TChartBook, mouse behaviour
Replies: 1
Views: 24856

TChartBook, mouse behaviour

Onto a TeeChartBook, with the right mouse key I open a panel containing the following propositions: New Rename Delete Edit View Tool bar Note: Same behavious in your exemple source code "unit ChartBook;" As long as I use this key for an other pupose, I would like to avoid to open such a menu witch i...
by jpm
Thu Feb 17, 2011 1:50 pm
Forum: VCL
Topic: TeeChart v2010.02.20202 VCL maintenance release available
Replies: 2
Views: 5799

Re: TeeChart v2010.02.20202 VCL maintenance release available

Compatibility with older source code is not fully respected!! :( If your actual code contain View3DOptions.ZoomText = true or false , in one pas source code there is no direct problem: the compiler will tell you that the property is not accepted. In the actual version this property have to be sette...
by jpm
Sat Jan 22, 2011 1:16 pm
Forum: VCL
Topic: Series.addxy: change the color along a TLineserie
Replies: 9
Views: 24419

Re: Series.addxy: change the color along a TLineserie

I am affraid the problem still remain. I just downloaded and installed the last Delphi2010 realease [TeeChart v2010.01.11004 VCL] and I tried the following var i : integer; series1.Clear; series1.ColorEachLine:=true; for i:=0 to 10 do series1.AddXY(i,i*i,'',random($ffffff)); Colors are changed for e...
by jpm
Mon Dec 27, 2010 1:04 pm
Forum: VCL
Topic: TChartPreviewer
Replies: 1
Views: 8830

TChartPreviewer

I am Using the component 'TChartPreviewer' to print the TCharts. I would like to Pre-set some field to some defaults ( for example to check ON the option 'smooth') and if possible to hide or at least lock some fields once the caller will have force the settings to the required ones. The goal is to l...
by jpm
Thu Dec 23, 2010 7:51 am
Forum: VCL
Topic: Series.addxy: change the color along a TLineserie
Replies: 9
Views: 24419

Re: Series.addxy: change the color along a TLineserie

I hope it's not too long because as you know, once TChartPro is installed, TChart 'light' I used up to now is removed. That means that I can't recompile my previous project involving this facility. Unhappily I widely used this facility to code non-essential information. For example in a series repor...
by jpm
Mon Dec 20, 2010 5:42 pm
Forum: VCL
Topic: Series.addxy: change the color along a TLineserie
Replies: 9
Views: 24419

Re: Series.addxy: change the color along a TLineserie

OK, if it'a a bug that mean that I have no chance to reach what I need.
'asap' => may you be a little bit more accurate ( days, weeks, months, more ?)
Will I be advise when this bug is fixed?
by jpm
Mon Dec 20, 2010 3:12 pm
Forum: VCL
Topic: Series.addxy: change the color along a TLineserie
Replies: 9
Views: 24419

Re: Series.addxy: change the color along a TLineserie

Yes. But the series doesn't react to this flag. If you are using Tee9New.exe exemple software, under All features->Chart Style ->Line->Color EachLine (sourcecode : Line_ColorEachLine.Pas), The exemple toggle the ColorEachLine and ColorEachPoint flags but without effect on the drawn series... You say...
by jpm
Sat Dec 18, 2010 8:09 pm
Forum: VCL
Topic: Series.addxy: change the color along a TLineserie
Replies: 9
Views: 24419

Series.addxy: change the color along a TLineserie

In the 'normal' TChart, it was possible to splite the color of a series when using series1.addxy(x,y,'',new_color). Acually, I just buy the tchartpro version and I can put what I want in 'New_color', the series if fully drawn in it's nominal color. How can I refind the previous behaviour? Thank you ...