Search found 3271 matches

by Pep
Mon Sep 18, 2023 7:59 am
Forum: .NET
Topic: Ask for help with chart subAxes
Replies: 4
Views: 13160

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: 14040

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: 14040

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: 14040

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: 14369

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: 14369

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: 11322

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: 2928

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: 16290

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: 20237

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: 20237

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...
by Pep
Tue Mar 07, 2023 5:30 pm
Forum: ActiveX
Topic: TeeChart .cab files are not installing and executing
Replies: 9
Views: 20237

Re: TeeChart .cab files are not installing and executing

Sure Srikanth,

if you can help me and share the way you're using in order to change IE compatibility mode in the latest Edge version would be perfect so I can then compare what ist he difference between both versions.

Thanks
by Pep
Tue Mar 07, 2023 6:05 am
Forum: ActiveX
Topic: x64 runtime error
Replies: 4
Views: 16290

Re: x64 runtime error

Hello, I've been reviewing the problem trying to find a solution, I thought it was related by other issue but not. One thing I might ask to you, does the problem happens to you in a new clean project ? If so, could you please send me this new small project ? as I'm having some problems trying to com...
by Pep
Mon Mar 06, 2023 6:24 pm
Forum: ActiveX
Topic: TeeChart .cab files are not installing and executing
Replies: 9
Views: 20237

Re: TeeChart .cab files are not installing and executing

Hello,
we've been reviewing the problem and as fas as we know only internet explorer is giving support to install activex controls.
We've not been able to make it work with the latest Edge version.
by Pep
Mon Mar 06, 2023 10:01 am
Forum: ActiveX
Topic: x64 runtime error
Replies: 4
Views: 16290

Re: x64 runtime error

Hello,

thans for your advise.
Just let you know that we've been able to reproduce the problem here and that we're trying to find a solution.
We'll update you with the fix as soon as possible.

Thanks.