Search found 3275 matches

by Pep
Fri Dec 15, 2023 4:36 pm
Forum: .NET
Topic: Importing of functions does not set datasource
Replies: 5
Views: 5426

Re: Importing of functions does not set datasource

Hello,
we're just looking at it, let me back to you as soon as possible with a solution.
by Pep
Tue Oct 03, 2023 8:18 am
Forum: ActiveX
Topic: Error drawing TeeChart OCX
Replies: 1
Views: 30355

Re: Error drawing TeeChart OCX

Hello,
could you please confirm that you're using the latest TeeChart ActiveX version?
by Pep
Tue Oct 03, 2023 8:17 am
Forum: ActiveX
Topic: Hang on exit of MFC application
Replies: 1
Views: 10383

Re: Hang on exit of MFC application

Hello,

could you please send us a simple exmaple with which we can reproduce the problme as is here?

thanks
by Pep
Wed Sep 20, 2023 5:26 am
Forum: .NET
Topic: Ask for help with chart subAxes
Replies: 4
Views: 14123

Re: Ask for help with chart subAxes

Hello,
you can find a good example showing the use of the GetAxisLabel event at the NETDemo, inside All Features -> Axes -> Labels -> Using GetAxisLabel.
netdemoimage.png
netdemoimage.png (175.21 KiB) Viewed 13847 times
by Pep
Mon Sep 18, 2023 7:59 am
Forum: .NET
Topic: Ask for help with chart subAxes
Replies: 4
Views: 14123

Re: Ask for help with chart subAxes

Hello, looking at all your questions, first of all I'd suggest that you take a look at the NETDemo example that is included into the TeeChart for NET installation and that also can be found on our github account here where searching for ""datetime" or "custom axes" you will find some good example th...
by Pep
Mon Aug 21, 2023 5:54 am
Forum: VCL
Topic: How to draw an axis
Replies: 5
Views: 14150

Re: How to draw an axis

Hello, axisVert was used in the case you want to make use of a new custom axis, like: //Add vertical axis TChartAxis *axisVert = new TChartAxis(TrendChart); axisVert->Maximum = dblMax + 1; axisVert->Minimum = dblMin - 1; axisVert->Grid->Visible = true; axisVert->Automatic = false; axisVert->Automati...
by Pep
Fri Aug 18, 2023 2:00 pm
Forum: VCL
Topic: How to draw an axis
Replies: 5
Views: 14150

Re: How to draw an axis

Hello, you can use the following code to add a colorline tool and then customize it. //Now add colorlinetool outside the min/max range of the data TColorLineTool *line = new TColorLineTool(TrendChart); TrendChart->Tools->Add(line); line->AllowDrag = false; line->NoLimitDrag = false; line->Axis = axi...
by Pep
Thu Aug 17, 2023 11:16 am
Forum: VCL
Topic: How to draw an axis
Replies: 5
Views: 14150

Re: How to draw an axis

Hello, you can do this by using the ColorLine Tool (two, one for vertical and another one for horizontal). You can find an example of use of the ColorLine tool in the TeeNew examples features included with the installation. Please, do not hesitate to contact us in the case we can be of a further help.
by Pep
Thu Aug 17, 2023 10:56 am
Forum: VCL
Topic: Mouse move on series trigers wrong legend when not all series are active
Replies: 5
Views: 14751

Re: Mouse move on series trigers wrong legend when not all series are active

Hello Marcel, thanks for the project. You're correct, I'm able to reproduce the problem here. It's a bug and it has been added on our bug list to be considered for next maintenance releases. Here the issue added: https://www.steema.com/bugs/show_bug.cgi?id=2627 In meantime, the only workaround that ...
by Pep
Wed Aug 16, 2023 5:17 am
Forum: VCL
Topic: Mouse move on series trigers wrong legend when not all series are active
Replies: 5
Views: 14751

Re: Mouse move on series trigers wrong legend when not all series are active

Hello Marcel, which TeeChart VCL/FMX version are you using? In the case that you're using the latest version, could you please attach a simple example with which we can reproduce the problem here ? I've checked with latest version and all seems to work fine, but it might be due to a minor setting ch...
by Pep
Fri Jul 28, 2023 2:20 pm
Forum: ActiveX
Topic: How to solve these compilation errors
Replies: 1
Views: 12231

Re: How to solve these compilation errors

Hello,
would you be so kind to upload the exmple that you're trying to run so we can check it here ?
Thanks
by Pep
Wed Mar 29, 2023 2:44 pm
Forum: .NET
Topic: some questions about MAUI and WPF MVVM
Replies: 1
Views: 3266

Re: some questions about MAUI and WPF MVVM

Hello, please, find my answer about point 1 MAUI below. About MVVM and WPF my colleage will answer as soon as possible. 1. We would like to upgrade our existing product to MAUI, but we have not found a detailed introduction to MAUI on your website. We found some examples on GitHub, but we encountere...
by Pep
Mon Mar 20, 2023 1:03 pm
Forum: ActiveX
Topic: x64 runtime error
Replies: 4
Views: 17523

Re: x64 runtime error

Hello, we've been able to reproduce the problem here and a fix for it has been applied and will be included into the next maintenance release version that we're just preparing. I've just sent an email directly to your email address so you can check the version which includes the fix until new maitne...
by Pep
Tue Mar 14, 2023 7:24 pm
Forum: ActiveX
Topic: TeeChart .cab files are not installing and executing
Replies: 9
Views: 21492

Re: TeeChart .cab files are not installing and executing

Hi Srikanth, Do you have any updates on this issue? Not for 64bit version, but noticed that 32bits is working fine. If we want to use TeeChart Pro 2021 version, what will be support end date as we have issues with latest version 2023 working in edge browser? We will attempt to resolve any issue that...
by Pep
Fri Mar 10, 2023 8:17 am
Forum: ActiveX
Topic: TeeChart .cab files are not installing and executing
Replies: 9
Views: 21492

Re: TeeChart .cab files are not installing and executing

Hello Srikanth, thanks for all the explanation. Now I've been able to reproduce the problem here. For the moment still not found what is the cause that makes to not work the latest version and only in the 64bit version. We continue looking at it. Will back to you asap (hope) with a solution. Best re...