Search found 9571 matches
- Wed Jun 05, 2024 10:03 am
- Forum: VCL
- Topic: Cannot Rebuild TeeChart in RAD Studio 12.1 VCL
- Replies: 12
- Views: 22986
Re: Cannot Rebuild TeeChart in RAD Studio 12.1 VCL
Hello, Note there's a "unit scope names" section for every platform. Please double check you have the "VCLTee" prefix in the "unit scope names" for the "Windows 32-bit" platform. Also check the library path is correct. Ie, it may contain a reference to the "Source" path, where it should be "Source\V...
- Mon Jun 03, 2024 1:41 pm
- Forum: VCL
- Topic: How to create MultiChart application for C++Builder?
- Replies: 2
- Views: 8595
Re: How to create MultiChart application for C++Builder?
Hello, Here the example translated to C++Builder: void __fastcall TForm1::FormCreate(TObject *Sender) { TChart *Chart1 = new TChart(this); Chart1->Parent = this; Chart1->Align = alClient; Chart1->View3D = false; Grid = new TChartLayoutTool(this); Chart1->Tools->Add(Grid); // We want 10x4 = 40 charts...
- Mon Jun 03, 2024 6:15 am
- Forum: VCL
- Topic: Cannot Rebuild TeeChart in RAD Studio 12.1 VCL
- Replies: 12
- Views: 22986
Re: Cannot Rebuild TeeChart in RAD Studio 12.1 VCL
Hello,
This error:
To solve it, you can add the
This error:
Typically means the compiler finds the prefixed unit (VCLTee.*) but can't identify it correctly.Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
To solve it, you can add the
VCLTee
prefix to the "unit scope names" in the options.- Tue May 28, 2024 10:50 am
- Forum: JavaScript / HTML5
- Topic: I would like to inquire about the alignment method for the Axes Left, Bottom titles.
- Replies: 1
- Views: 8715
Re: I would like to inquire about the alignment method for the Axes Left, Bottom titles.
Hello, You could override the axes title.drawIt function as follows: Chart1.axes.left.title.text = "Left axis title"; Chart1.axes.left.title.margins.right = 0; Chart1.axes.left.title.drawIt=function(textAlign, x,y, rotation) { const axis = this.chart.axes.left; y = axis.startPos; y += this.bounds.wi...
- Mon May 20, 2024 7:22 am
- Forum: FMX
- Topic: Fatal Error F2051
- Replies: 1
- Views: 7899
Re: Fatal Error F2051
Hello,
This sounds very similar to this issue.
Could you please check if you can install a newer build or RAD 12?
This sounds very similar to this issue.
Could you please check if you can install a newer build or RAD 12?
- Thu May 09, 2024 8:23 am
- Forum: VCL
- Topic: Formating of Data Labels in bar chart
- Replies: 3
- Views: 12219
Re: Formating of Data Labels in bar chart
Hello,
Great! Glad to be helpful!
Great! Glad to be helpful!
- Tue May 07, 2024 6:19 am
- Forum: VCL
- Topic: Formating of Data Labels in bar chart
- Replies: 3
- Views: 12219
Re: Formating of Data Labels in bar chart
Hello,
Try with the
Try with the
ValueFormat
property of the Series:
Code: Select all
Chart1.Series[iseries].ValueFormat:='#,##0.00'; // '#,##0.###' by default
- Mon May 06, 2024 9:59 am
- Forum: FMX
- Topic: reporting two tdbchart bugs
- Replies: 12
- Views: 28003
Re: reporting two tdbchart bugs
Hello Raffaele, 1) It is not a desktop but a multitier with DataSnap technology and DbExpress components therefore an FDMemTable is not conceivable. Sending databases back and forth adds extra complication. But some bugs, like some of the ones you report are quite attached to linking our components ...
- Tue Apr 30, 2024 1:23 pm
- Forum: VCL
- Topic: TQRChart for C++Builder 12.1
- Replies: 1
- Views: 10661
Re: TQRChart for C++Builder 12.1
Hello Tobi,
I can see a "compiled" folder in the Tee9QR6D29.zip, and I can find the .hpp headers, the .bpi and the .lib files, in addition to the .dcu and .dcp files.
Could you please check it again?
I can see a "compiled" folder in the Tee9QR6D29.zip, and I can find the .hpp headers, the .bpi and the .lib files, in addition to the .dcu and .dcp files.
Could you please check it again?
- Tue Apr 30, 2024 10:16 am
- Forum: FMX
- Topic: reporting two tdbchart bugs
- Replies: 12
- Views: 28003
Re: reporting two tdbchart bugs
Hello,
Regarding the problem in the Dataset Editor, where some
Regarding the problem in the Dataset Editor, where some
TLabel
s overlap some TComboEdit
s, I've added it to the public tracker: #2700 and I've already fixed it for the next maintenance release.- Mon Apr 29, 2024 1:26 pm
- Forum: FMX
- Topic: reporting two tdbchart bugs
- Replies: 12
- Views: 28003
Re: reporting two tdbchart bugs
Hello Raffaele, I've done a simple example in code using your dataset: uses Editor.Chart, Editor.DBChart, Chart, DBChart, Series, Engine, FireDAC.Comp.Client, Data.DB; var PieChart, BarChart: TDBChart; var MemTable1: TFDMemTable; procedure TForm1.EditPieButtonClick(Sender: TObject); begin TChartEdit...
- Mon Apr 29, 2024 9:58 am
- Forum: ActiveX
- Topic: Teechart .Tee to .Ten conversion tool
- Replies: 3
- Views: 10546
Re: Teechart .Tee to .Ten conversion tool
Hello,
Sorry for the delayed reply.
There's a tool to convert .tee to .ten files you can read about here.
Sorry for the delayed reply.
There's a tool to convert .tee to .ten files you can read about here.
- Mon Apr 29, 2024 9:58 am
- Forum: ActiveX
- Topic: TeeChartt ActiveX toTeeChart .Net Chart Supportability
- Replies: 4
- Views: 11642
Re: TeeChartt ActiveX toTeeChart .Net Chart Supportability
Hello,
Sorry for the delayed reply.
There's a tool to convert .tee to .ten files you can read about here.
Sorry for the delayed reply.
There's a tool to convert .tee to .ten files you can read about here.
- Mon Apr 29, 2024 7:23 am
- Forum: VCL
- Topic: F2051 Unit VCLTee.Chart was compiled with a different version of System.RTLVe
- Replies: 1
- Views: 10910
Re: F2051 Unit VCLTee.Chart was compiled with a different version of System.RTLVe
Hello Ed, I just installed the binary chart 2024.40 version for Delphi 12 (the About box says 12 Version 29.0.51511.6924)--I think it is 12.1 It says 29.0.51961.7529 for me: about_box.png Does the "Installed Updates" section list "Update 1" for you? The "6924" build seems to be the 12.0 + Patch 1 (r...
- Fri Apr 19, 2024 7:21 am
- Forum: JavaScript / HTML5
- Topic: I would like to inquire about how to use multiple X and Y axes in one chart.
- Replies: 1
- Views: 10604
Re: I would like to inquire about how to use multiple X and Y axes in one chart.
Hello,
You can create multiple axes as in the example here.
However, if you want to define two completely separated axis "zones", you could achieve it modifying a couple of functions as in this example.
You can create multiple axes as in the example here.
However, if you want to define two completely separated axis "zones", you could achieve it modifying a couple of functions as in this example.