Hello,
The public version of TeeChart for Javascript now includes a modification to help resolve the incorrect plot of 270º aligned axis labels.
example here: https://www.steema.com/files/public/tee ... llaxes.htm
Regards,
Marc
Search found 1066 matches
- Mon Nov 14, 2022 1:20 pm
- Forum: .NET
- Topic: TeeChart HotspotTool Function
- Replies: 7
- Views: 2412
- Wed Nov 09, 2022 8:52 am
- Forum: .NET
- Topic: TeeChart HotspotTool Function
- Replies: 7
- Views: 2412
Re: TeeChart HotspotTool Function
Hello,
I believe this has been resolved in the latest code. I'll check that is the case and when the fix is to be published and get back to this thread.
Regards,
Marc Meumann
I believe this has been resolved in the latest code. I'll check that is the case and when the fix is to be published and get back to this thread.
Regards,
Marc Meumann
- Tue Oct 25, 2022 11:20 am
- Forum: VCL / FMX
- Topic: TeeGrid and Style
- Replies: 1
- Views: 1760
Re: TeeGrid and Style
Hello Hans,
There is an example of the application of styles that may help here:
https://github.com/Steema/TeeGrid-VCL-F ... key/Themes
This property can change the back colour of a Grid:
Regards,
Marc Meumann
There is an example of the application of styles that may help here:
https://github.com/Steema/TeeGrid-VCL-F ... key/Themes
This property can change the back colour of a Grid:
Code: Select all
TeeGrid1.Back.Brush.Color := TColors.Yellow;
Marc Meumann
- Wed Sep 21, 2022 10:23 am
- Forum: .NET
- Topic: TeeChart HotspotTool Function
- Replies: 7
- Views: 2412
Re: TeeChart HotspotTool Function
Hello, 1. Yes, you may download and source the teechart javascript pages locally. Use the "Export.Image.JScript.SourceScriptPath" property to modify the location looked for by TeeChart. 2. Yes. 3. An overview of the differences between versions is listed here: https://www.steema.com/feature_matrix/n...
- Mon Sep 05, 2022 4:30 pm
- Forum: .NET
- Topic: Responsive (auto-size) charting in .NET website project
- Replies: 9
- Views: 2280
Re: Responsive (auto-size) charting in .NET website project
Hello, Some formatting end events setup for static charts are not applicable to Javascript charts. Additional, interactive code for javascript charts is normally added via the customcode property of javascript export to run clientside. There are several examples in the webdemo example project. Serie...
- Fri Aug 26, 2022 7:44 am
- Forum: JavaScript / HTML5
- Topic: Javascript / HTML5 teechart flickering/blinking problem
- Replies: 7
- Views: 3022
Re: Javascript / HTML5 teechart flickering/blinking problem
Hello, Yes, the approach I suggested in my last post would have its challenges as you'd need to run the timer refresh routine in the framed chart page, not the container where you have it now. Using TeeChart NET's Javascript export externalcode would be the way to do that, but would take a bit of th...
- Mon Aug 22, 2022 3:47 pm
- Forum: .NET
- Topic: Responsive (auto-size) charting in .NET website project
- Replies: 9
- Views: 2280
Re: Responsive (auto-size) charting in .NET website project
Hello, I see a limitation with the use of customcode, that applies universally to each chart in the page (whereas we'd want the scope to run to just the draw method of the chart calling it). We'll take a look at that, In other respects it appears to plot ok. An example attached here for two charts o...
- Thu Aug 18, 2022 8:34 am
- Forum: JavaScript / HTML5
- Topic: Javascript / HTML5 teechart flickering/blinking problem
- Replies: 7
- Views: 3022
Re: Javascript / HTML5 teechart flickering/blinking problem
Hello, The solution would be to send, once the Charft has been initially loaded, subsequent data directly to the javascript. The ReadData function on your javascript page could call the data directly. ie.. you setup an URL to return the new data, then you can add it by using the javascript series ad...
- Thu Aug 18, 2022 7:46 am
- Forum: VCL
- Topic: TeeRecompile - Win 11 64bit - Delphi 11.1
- Replies: 4
- Views: 2166
Re: TeeRecompile - Win 11 64bit - Delphi 11.1
Hello,
Please confirm that you have set a MacOS64 connection profile and with the SDK in the IDE with which to compile.
Regards,
Marc Meumann
Please confirm that you have set a MacOS64 connection profile and with the SDK in the IDE with which to compile.
Regards,
Marc Meumann
- Tue Aug 16, 2022 8:35 am
- Forum: FMX
- Topic: No new components after install
- Replies: 19
- Views: 6973
Re: No new components after install
Hello re. : Is there a way to apply what you have told me to an existing program that has been compiled for Windows and Linux ? Or is there a way to get these settings from an existing FMX Windows program and apply them to the TChartPro in an existing program ? The same principal applies. Moving and...
- Fri Aug 12, 2022 7:57 am
- Forum: .NET
- Topic: Remove text after drawing 2D text on canvas
- Replies: 2
- Views: 1212
Re: Remove text after drawing 2D text on canvas
Hello, Everything in OnAfterDraw is called every time the Chart is rendered. If you put boolean conditions in there, like: if myCondition runCustomDrawCode end if then you can control i t being called by setting the condition to true or false ... Calling Chart.Repaint causes the chart to render and ...
- Thu Aug 11, 2022 10:06 am
- Forum: .NET
- Topic: Responsive (auto-size) charting in .NET website project
- Replies: 9
- Views: 2280
Re: Responsive (auto-size) charting in .NET website project
Hello, The resize can be fully automated if the render format is javascript. I've added resize code to the Line example here: https://github.com/Steema/TeeChart-NET-Pro-Samples/blob/main/Web-API/NET%20Framework/TeeChart%20WebDemo/Interacting%20with%20Charts/JScript-HTML5%20Live%20Charts/JLineChart.a...
- Mon Aug 08, 2022 4:14 pm
- Forum: VCL
- Topic: Still cannot use palette tool
- Replies: 13
- Views: 10348
Re: Still cannot use palette tool
Hello, I have tried this in a new environment. Runs ok. Is it possible that your test machines are running security software that may be inhibiting the creation of windows objects/handles? Perhaps running the example across several machines may give a hint by more easily identifying what machines ge...
- Mon Aug 08, 2022 10:13 am
- Forum: VCL
- Topic: Error: Control 'Chart1' has no parent window
- Replies: 2
- Views: 2517
Re: Error: Control 'Chart1' has no parent window
Hello, I can't reproduce this problem straight-off. I created a new VCL Forms project in RAD Studio 11 using TeeChart v2022.34.220329 and added a Bar and FastLine Series using the Editor. I then set the Fastline datasource to Function:Average and the source as Series1. I ran the project and it compi...
- Wed Aug 03, 2022 11:23 am
- Forum: .NET
- Topic: Disposing of TChart on Net 6
- Replies: 2
- Views: 2013
Re: Disposing of TChart on Net 6
Hello,
No; if that works ok for you that's fine, ignore my recommendation. I've made a note of the issue I encountered as it may affect other projects with a different buffer setting.
Regards,
Marc
No; if that works ok for you that's fine, ignore my recommendation. I've made a note of the issue I encountered as it may affect other projects with a different buffer setting.
Regards,
Marc