Search found 7 matches

by Hallo_Thomas
Sat Apr 22, 2006 9:42 am
Forum: VCL
Topic: Checking whetever Series1 exists? (TFastlineseries)
Replies: 5
Views: 6072

I have found a code this one works. Does this go also with a one If query?

Code: Select all

if Form1.Series5 <>nil Then
  if Form1.Series5.Count >0 Then
  begin
  My Code
  end;
by Hallo_Thomas
Fri Apr 21, 2006 5:24 pm
Forum: VCL
Topic: Checking whetever Series1 exists? (TFastlineseries)
Replies: 5
Views: 6072

Somehow do not create selves to send what about the Outlook for newsgroup. Therefore publishes I call example here P.S Problem is Button2Click with Chart1MouseDown unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeEngine, TeeFunci, Serie...
by Hallo_Thomas
Fri Apr 21, 2006 1:05 pm
Forum: VCL
Topic: Checking whetever Series1 exists? (TFastlineseries)
Replies: 5
Views: 6072

I always delete the TFastLineSerie again and other series (also:TFastLineseries )draws in Chart1, I always get an error message after the Halt [x]: TFastlineseries are deleted in the Chart1 and if Chart1.SeriesCount>0 then for i:=0 to Chart1.SeriesCount-1 do if (Chart1[i] is TFastLineSeries) then be...
by Hallo_Thomas
Fri Apr 21, 2006 10:18 am
Forum: VCL
Topic: Checking whetever Series1 exists? (TFastlineseries)
Replies: 5
Views: 6072

Checking whetever Series1 exists? (TFastlineseries)

I make one Series1(TFastLineSeries) to the running time.
How i Can question, whethever this exists or not?(True/False)
by Hallo_Thomas
Thu Apr 13, 2006 10:01 am
Forum: VCL
Topic: Mark centre between two points or determined point on one.
Replies: 1
Views: 2908

Mark centre between two points or determined point on one.

I would like to make a mark between two horizontal points How does this go? I alternatively wanted to make a centred point and make a mark there. var Series1:TFastLineseries; begin Series1.AddXY(5+(25-5)/2,y); //alternatively Point Series1.AddXY(5,y); ///Point 1 Series1.AddXY(25,y);///Point 2 end;
by Hallo_Thomas
Tue Oct 04, 2005 10:59 pm
Forum: VCL
Topic: Languagepack?
Replies: 1
Views: 3102

Languagepack?

Hello,
Gives already a German version for TeeChart 7.04 standard .
by Hallo_Thomas
Fri Sep 30, 2005 12:37 pm
Forum: VCL
Topic: Installation Problem
Replies: 1
Views: 3176

Installation Problem

Hallo,

I have one problem with TeeChartStandard7.05Delphi2005.exe,
In delphi2005 coming the error Can't Load package dclado90.bpl
the Modul don't found.