Search found 27 matches
- Wed Nov 28, 2007 5:27 am
- Forum: VCL
- Topic: Finding minimum or maximum point on series
- Replies: 4
- Views: 12447
Hi, I have tried your code and it works but the problem I am having now is that my line series has points that increase and decrease like a roller coaster so basically it will keep detecting the min or max up til the end as long as the if statement is true. Is there a way to do it so that it will fi...
- Sun Nov 25, 2007 7:48 am
- Forum: VCL
- Topic: Finding minimum or maximum point on series
- Replies: 4
- Views: 12447
Finding minimum or maximum point on series
Hi, I would like to find the maximum/minimum point in a line series within the stated range. For example, if there are 818 samples in my line and I would only like to find the maximum in the first 409 samples, how do I do it? Ive tried: Chart.Series[1].MinYValue; or Chart.Series[1].MaxYValue; Proble...
- Thu Jul 26, 2007 11:57 pm
- Forum: VCL
- Topic: Declaring Chart.Series as a variable on another unit
- Replies: 6
- Views: 12526
- Thu Jul 26, 2007 11:45 pm
- Forum: VCL
- Topic: Declaring Chart.Series as a variable on another unit
- Replies: 6
- Views: 12526
This is my code below. The headunit is the main unit. data_plotting is the second unit. The chart3...... all have undeclared identifier. I was thinking maybe I was missing something in the uses area. Something in regards to chart. I tried copying and pasting all of the uses from my main unit but eve...
- Thu Jul 26, 2007 11:22 pm
- Forum: VCL
- Topic: Declaring Chart.Series as a variable on another unit
- Replies: 6
- Views: 12526
- Thu Jul 26, 2007 1:03 am
- Forum: VCL
- Topic: Declaring Chart.Series as a variable on another unit
- Replies: 6
- Views: 12526
Declaring Chart.Series as a variable on another unit
Hi, I am currently trying to use Chart 3 type TForm1 = class(TForm) Chart3: TChart; in a separate unit which is linked to the main with the above code already in the main unit. In the separate unit, I am trying to use code such as Chart3.Series[0].Clear; Chart3.Series[0].AddXY; I was wondering what ...
- Fri Jan 12, 2007 6:49 am
- Forum: VCL
- Topic: Insert TeeChart into Excel through OLE
- Replies: 8
- Views: 20535
Hi, That is where I am stuck on. I can't find a way to automatically load the image into excel with a press of a button in Delphi. That is what I am trying to achieve. I am using VCL and have tried numerous ways to load it straight into Excel. What did you have in mind about the transferring with VC...
- Fri Jan 12, 2007 6:10 am
- Forum: VCL
- Topic: Change default export dialog values
- Replies: 3
- Views: 7310
- Thu Jan 11, 2007 1:26 am
- Forum: VCL
- Topic: Change default export dialog values
- Replies: 3
- Views: 7310
Change default export dialog values
Is it possible to change the default export dialog values such as the width and height values in the picture section?
- Thu Jan 11, 2007 12:13 am
- Forum: VCL
- Topic: Insert TeeChart into Excel through OLE
- Replies: 8
- Views: 20535
- Wed Jan 10, 2007 12:18 am
- Forum: VCL
- Topic: Insert TeeChart into Excel through OLE
- Replies: 8
- Views: 20535
- Tue Jan 09, 2007 11:56 pm
- Forum: VCL
- Topic: displaying individual failure marks
- Replies: 12
- Views: 24545
Hi, From my previous code above procedure TForm1.Series2GetMarkText(Sender: TChartSeries; ValueIndex: Integer; var MarkText: string); begin for J:= 0 to 400 do if (OpenMaxMinMid + OpenShift + 0.3) < (QuickLoadBuffY[J] + B) then begin MarkText:= 'Failure'; end else begin MarkText:= ''; end; for J:= O...
- Tue Jan 09, 2007 12:25 pm
- Forum: VCL
- Topic: displaying individual failure marks
- Replies: 12
- Views: 24545
Hi, Have been trying various different ways but it all end up displayed together. It is operating like the original marks function where it is displayed along the whole line. Maybe you misunderstood. What I am trying to do is actually just display single failure marks where the line has failed, othe...
- Mon Jan 08, 2007 6:13 am
- Forum: VCL
- Topic: Insert TeeChart into Excel through OLE
- Replies: 8
- Views: 20535
Insert TeeChart into Excel through OLE
Hi,
I am trying to insert TeeChart into Excel through OLE. It can be inserted as a BMP or whatever as long as it is displayed in Excel. Also I need to set the dimensions so that it is size: 64 by AP in Excel measurements. Thank you.
I am trying to insert TeeChart into Excel through OLE. It can be inserted as a BMP or whatever as long as it is displayed in Excel. Also I need to set the dimensions so that it is size: 64 by AP in Excel measurements. Thank you.
- Wed Dec 20, 2006 10:51 pm
- Forum: VCL
- Topic: displaying individual failure marks
- Replies: 12
- Views: 24545