The same as Ulibru.
Teechart Help work fine with this W7x64 procedure.
Thank you
Search found 9 matches
- Thu Oct 21, 2010 3:43 am
- Forum: VCL
- Topic: TeeChart Help Files
- Replies: 15
- Views: 25194
- Thu Oct 21, 2010 3:07 am
- Forum: VCL
- Topic: Tee9New example don't work under Delphi 2010 or XE
- Replies: 7
- Views: 8580
Re: Tee9New example don't work under Delphi 2010 or XE
Hi, I find the problem. The TAxisItem has a property name Format and this proerty has transparency font... The example has to be rewritten in procedure TAxis_RetrieveOldLabelsForm.Button1Click(Sender: TObject); var t : Integer; begin with Chart1.Axes.Bottom do begin // Save old labels for t:=0 to It...
- Wed Oct 20, 2010 12:16 pm
- Forum: VCL
- Topic: Tee9New example don't work under Delphi 2010 or XE
- Replies: 7
- Views: 8580
Re: Tee9New example don't work under Delphi 2010 or XE
Hi,
I join a sample program where the example don't work.
Best regards
Gérard.
I join a sample program where the example don't work.
Best regards
Gérard.
- Wed Oct 20, 2010 11:24 am
- Forum: VCL
- Topic: Zoom with mouse don'work properly with left and right axis
- Replies: 5
- Views: 6829
Re: Zoom with mouse don'work properly with left and right axis
Hi Narcis and Yerai,
Thank you for your help.
Gérard.
Thank you for your help.
Gérard.
- Wed Oct 20, 2010 10:14 am
- Forum: VCL
- Topic: Tee9New example don't work under Delphi 2010 or XE
- Replies: 7
- Views: 8580
Re: Tee9New example don't work under Delphi 2010 or XE
Hi Yerai and Narcis, I don't understand the TaxisItem class: TAxisItem=class private FFormat : TTeeShape; FLabelPos : Integer; FText : String; FValue : Double; IAxisItems : TAxisItems; function GetFormat:TTeeShape; procedure SetFormat(const Value:TTeeShape); procedure SetText(const Value: String); p...
- Mon Oct 18, 2010 10:16 pm
- Forum: VCL
- Topic: Tee9New example don't work under Delphi 2010 or XE
- Replies: 7
- Views: 8580
Re: Tee9New example don't work under Delphi 2010 or XE
Hi Narcis, My version is 2010.01.11004 but the project Tee9New.dpr don't is not compiled. For example this procedure failed to compile with errors as you see on the screenshot join procedure TAxis_RetrieveOldLabelsForm.Button1Click(Sender: TObject); var t : Integer; begin with Chart1.Axes.Bottom do ...
- Mon Oct 18, 2010 9:55 pm
- Forum: VCL
- Topic: Zoom with mouse don'work properly with left and right axis
- Replies: 5
- Views: 6829
Re: Zoom with mouse don'work properly with left and right axis
Hi Narcis, With this simple program unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, TeEngine, Series, ExtCtrls, TeeProcs, Chart; type TForm1 = class(TForm) Chart1: TChart; Series1: TLineSeries; Series2: TLineSeries; procedure FormCreate(...
- Thu Oct 14, 2010 4:47 pm
- Forum: VCL
- Topic: Zoom with mouse don'work properly with left and right axis
- Replies: 5
- Views: 6829
Zoom with mouse don'work properly with left and right axis
When a chart has a right and a left axis, if you get a zoom effect with the mouse the right scale is refreshed with the left scale values!!! in the new delphi 2010 version. This is fine in the version 8 and version 9. What's the matter?
- Thu Oct 14, 2010 4:14 pm
- Forum: VCL
- Topic: Tee9New example don't work under Delphi 2010 or XE
- Replies: 7
- Views: 8580
Tee9New example don't work under Delphi 2010 or XE
I have some problem with the TeeNew project under Delphi2010 and Delphi XE. For example this syntax is wrong: Chart1.Axes.Bottom.Items.Add(0,'<FONT color=Blue size=15>000').Format.TextFormat:=ttfHtml; After Chart1.Axes.Bottom.Items.Add() method nothing is admited. And parent of TChartAxes. The examp...