Search found 92 matches

by moelski
Tue Jan 13, 2009 11:12 am
Forum: VCL
Topic: Show TFormTeeSeries in a seperated Window?
Replies: 5
Views: 7653

Ok I got it by myself ... This works: procedure TLVMainForm.dxBarButton1Click(Sender: TObject); Var Node : TTreeNode; Form : TForm; TheFormSeries : TFormTeeSeries; begin Form := TForm.Create(self); Form.Caption := 'Form'; Form.BorderStyle := bsSizeToolWin; Form.Height := 300; Form.Width := 400; TheF...
by moelski
Tue Jan 13, 2009 10:29 am
Forum: VCL
Topic: Show TFormTeeSeries in a seperated Window?
Replies: 5
Views: 7653

Show TFormTeeSeries in a seperated Window?

Hi ! I need the TFormTeeSeries in a window to set the Series Properties. I don´t want to use the whole Chart editor. I tried this code: procedure TLVMainForm.dxBarButton1Click(Sender: TObject); Var Node : TTreeNode; TheFormSeries : TFormTeeSeries; begin TheFormSeries:=TFormTeeSeries.Create(Self); Wi...
by moelski
Thu Jan 08, 2009 7:31 am
Forum: VCL
Topic: dynamic update of ChartGrid ?
Replies: 3
Views: 4778

HI Narcis, Implementing your example's button code like below works fine here. Ok that works with one series. But in a common case we have several series like this: Chart1[0].AddY(random(100)); Chart1[1].AddY(random(100)); Chart1[2].AddY(random(100)); Chart1[3].AddY(random(100)); Chart1[4].AddY(rand...
by moelski
Tue Jan 06, 2009 12:42 pm
Forum: VCL
Topic: dynamic update of ChartGrid ?
Replies: 3
Views: 4778

dynamic update of ChartGrid ?

Hi Support,

I used a ChartGrid to display the values of the Chart. See the sample:
Received ChartGrid.zip Content Type application/x-zip-compressed Length 10810

There is only the first value displayed in the grid even if I add more values. What´s wrong there?

Greetz Dominik
by moelski
Wed Dec 10, 2008 6:33 am
Forum: VCL
Topic: How to detect is an axis is used by a series?
Replies: 1
Views: 3162

How to detect is an axis is used by a series?

Hi !

Is there any easy way to detect if an axis is used by one (or more) series? Something like ....

Code: Select all

If Chart.CustomAxes[Nr].Used = True then .....
Greetz Doinik
by moelski
Tue Nov 25, 2008 12:52 pm
Forum: VCL
Topic: Error in CurvFitt.pas
Replies: 8
Views: 10057

Thx Narcis,

it works here, too.

Now I can integrate it in the update of our software :)
by moelski
Tue Nov 25, 2008 12:10 pm
Forum: VCL
Topic: Error in CurvFitt.pas
Replies: 8
Views: 10057

Hi Narcis,

Sorry it takes a little time but now I´ve created a demo for you.
Received Problem - CurveFitt.zip Content Type application/x-zip-compressed Length 49041
I hope you can give us a fix!
by moelski
Wed Nov 19, 2008 8:21 am
Forum: VCL
Topic: MDI Child & Chart width / height
Replies: 6
Views: 10478

Hi Mariano,

it would also be possible to read the TEE file and get the width / height. And then you set the MDI Width / height.

But I think this is an issue that should be fixed by steema.
by moelski
Wed Nov 19, 2008 7:55 am
Forum: VCL
Topic: MDI Child & Chart width / height
Replies: 6
Views: 10478

Hi Support,

no hint :roll: ?
by moelski
Mon Nov 17, 2008 2:47 pm
Forum: VCL
Topic: MDI Child & Chart width / height
Replies: 6
Views: 10478

MDI Child & Chart width / height

Hi ! I have a MDI application and the MDI Child is only a form with a chart (Align = clClient). I create a new MDI Child and change the size of the window (because of the alignment the chart will be resized, too). Now I call this: SaveChartToFile(TfrChild(frMain.ActiveMDIChild).Chart1, 'Test.lov', T...
by moelski
Mon Oct 27, 2008 10:08 am
Forum: VCL
Topic: Error in CurvFitt.pas
Replies: 8
Views: 10057

Error in CurvFitt.pas

Hi ! Some of our user reported an error in CurvFitt.pas. Function TCustomTrendFunction.Coefficient ..... tmpDenominator:=Sqrt( (SumX2 - SumX*SumX/ICount) * (SumY2 - SumY*SumY/ICount) ); I checked this code and figured out that in a usercase the result of (SumX2 - SumX*SumX/ICount) * (SumY2 - SumY*Su...
by moelski
Mon Oct 13, 2008 10:24 am
Forum: VCL
Topic: What´s new in 8.04?
Replies: 1
Views: 3360

What´s new in 8.04?

Hi support,

is this the complete list opf changes for 8.04?
http://www.steema.com/files/public/teec ... elease.txt

Are there no new features included?
by moelski
Wed Sep 10, 2008 11:38 am
Forum: VCL
Topic: Add Offset to Axis
Replies: 5
Views: 7768

Hi Narcis, I wrote a small demo but it works not the way I want it to do :roll: Take a look at my project: http://www.logview.info/Downloads/TopLine.zip Use the radio button at the left side to get a new chart.draw. In Chart1AfterDraw is the calculation for the Offset. But as you will see it will se...
by moelski
Wed Sep 10, 2008 9:04 am
Forum: VCL
Topic: Add Offset to Axis
Replies: 5
Views: 7768

Hi Narcis,

and where should I place this code?
Which event would be the best for this?

Greetz Dominik
by moelski
Wed Sep 10, 2008 8:24 am
Forum: VCL
Topic: CodeGear RAD 2009 and TChart
Replies: 6
Views: 10349

Hi Nacris,
we are currently working on v8.04 version
Wow ... There was no 8.03 and now we will get 8.04 ... :shock:
Hope to get it soon because we also want to upgrade to 2009 ...