Search found 3275 matches

by Pep
Tue Jul 19, 2022 9:44 am
Forum: .NET
Topic: Need support to move license
Replies: 1
Views: 4161

Re: Need support to move license

Hi Devendra, ok, in order to reactivate, you just have to download (in the case you don't have) the license file and do the activation again by using the tool we sent. In any case, I've just sent information to Steema sales department so they can contact with you and resend again the required licens...
by Pep
Tue Jul 19, 2022 9:34 am
Forum: .NET
Topic: Read Zoomed Values
Replies: 2
Views: 4653

Re: Read Zoomed Values

Hello, using the following code works fine. Could you please check? Steema.TeeChart.TChart _chart = new Steema.TeeChart.TChart(); private void Form1_Load(object sender, EventArgs e) { Controls.Add(_chart); var line = new Steema.TeeChart.Styles.Line(_chart.Chart); line.XValues.DateTime = true; line.F...
by Pep
Mon May 02, 2022 9:48 am
Forum: .NET
Topic: Xamarin.Forms Droid => licensing problem
Replies: 4
Views: 5048

Re: Xamarin.Forms Droid => licensing problem

Hello,

ok. I've just tried with a license file and a new project that uses the 4.2022.2.28 version and it works fine here.
Could you please send me the license file that you're using directly to my email pep@steema.com so I can check the problem here?

Thanks.
by Pep
Thu Mar 17, 2022 1:18 pm
Forum: ActiveX
Topic: IDE & TeeChart Gallery
Replies: 1
Views: 18601

Re: IDE & TeeChart Gallery

Hello, it's possible in the case you continue using NET Framework. If you're using or porting your applications to NET50 or NET60, then you wont be able to use designer for ActiveX controls, at least for now. Microsoft decided to not introduce the designer for AcrtiveX controls for NET50 and NET60. ...
by Pep
Fri May 28, 2021 5:05 am
Forum: .NET
Topic: Left margin AreaLineChart
Replies: 10
Views: 15997

Re: Left margin AreaLineChart

Hello,
yes, you're correct, I'm able to reproduce the problem here.
For the moment still not found what's the cause of this. We will review more carefully in order to find a solution.
In meantime, would be an option to you to set invisible via code instead of doing it via binding ?

Thanks
by Pep
Sat May 22, 2021 5:14 pm
Forum: .NET
Topic: Left margin AreaLineChart
Replies: 10
Views: 15997

Re: Left margin AreaLineChart

Hello, I've just checked here setting the Chart view visible and invisible by using a simple IsVisible code : private void B_Clicked(object sender, EventArgs e) { AreaLineChart.IsVisible = !AreaLineChart.IsVisible; } but all seems to work fine anyway. Could you please send me the code that you're us...
by Pep
Fri May 21, 2021 2:07 pm
Forum: .NET
Topic: Left margin AreaLineChart
Replies: 10
Views: 15997

Re: Left margin AreaLineChart

Hello,
ok, it's very strange problem. Let me check here and back to you. If I need code you use will ask.
Thanks.
by Pep
Fri May 21, 2021 8:43 am
Forum: .NET
Topic: Left margin AreaLineChart
Replies: 10
Views: 15997

Re: Left margin AreaLineChart

Hello,

could you please share the code that you're using to change the chart aspect and data points to populate ?
I can't reproduce the problem here by using this area example.
by Pep
Thu May 13, 2021 11:59 am
Forum: .NET
Topic: Scale gauge chartview elements on resize (Xamarin Forms)
Replies: 5
Views: 10689

Re: Scale gauge chartview elements on resize (Xamarin Forms)

Hello, yes, you're correct, it seems to be a repaint problem. I'll add as a bug on our bug list in order to be addressed. In meantime I found a solution, it's to use the OnBeforeDraw event to hide the axis labels and then make them visible again once these have been resized : // Add the beforeDraw m...
by Pep
Wed May 12, 2021 9:01 am
Forum: .NET
Topic: Scale gauge chartview elements on resize (Xamarin Forms)
Replies: 5
Views: 10689

Re: Scale gauge chartview elements on resize (Xamarin Forms)

Hello Scobie,

in order to fix this problem just add an InternalDraw at the end of the resize method :

Code: Select all

                // ### AXIS ###
                CircularGauge.Axis.Labels.Font.Size = 7.0D * (CircularGauge.XRadius / 100D);
                this.Chart.Chart.InternalDraw();
by Pep
Tue May 11, 2021 8:12 am
Forum: .NET
Topic: Scale gauge chartview elements on resize (Xamarin Forms)
Replies: 5
Views: 10689

Re: Scale gauge chartview elements on resize (Xamarin Forms)

Hello,
ok, let me take a look and check your project and back to you with a possible solution as soon as possible.
by Pep
Mon Mar 29, 2021 9:45 pm
Forum: .NET
Topic: Pan/Zoom and Screen Tap is broken on iOS.
Replies: 6
Views: 13990

Re: Pan/Zoom and Screen Tap is broken on iOS.

Hello, Now I noticed that in one of your demos you were useing : chart.Aspect.ZoomStyle = SAspect.ZoomStyles.FullChart; instead of chart.Aspect.ZoomStyle = SAspect.ZoomStyles.InChart; FullChart style was created specially for the first TeeChart for iOS and Android versions in order to add a differen...
by Pep
Mon Mar 29, 2021 9:45 am
Forum: .NET
Topic: Annotations do not render. Steema.TeeChart.NET.Xamarin.Forms v4.2021.2.25
Replies: 8
Views: 15081

Re: Annotations do not render. Steema.TeeChart.NET.Xamarin.Forms v4.2021.2.25

Hello,

sure, I've added it on our bug/wish list so it can be reviewed for further releases.
Thanks.
by Pep
Mon Mar 29, 2021 9:27 am
Forum: .NET
Topic: Pan/Zoom and Screen Tap is broken on iOS.
Replies: 6
Views: 13990

Re: Pan/Zoom and Screen Tap is broken on iOS.

Hello,
yes, I can reproduce the problem here. We're going to include a fix for it in the next maintenance release version that will be published within one or two days.
Thanks.
by Pep
Mon Mar 29, 2021 9:24 am
Forum: .NET
Topic: System.ArgumentNullException Value cannot be null. Parameter name: type
Replies: 20
Views: 35019

Re: System.ArgumentNullException Value cannot be null. Parameter name: type

Hello,

thanks for the info sent.
I've looked into it and have been able to reproduce it and found where the problem was.
It has been fixed now. We'll upload a new maintenance version within one or two days which will include this fix and others.

Thanks.