Search found 3132 matches

by Sandra
Mon May 14, 2018 3:31 pm
Forum: .NET
Topic: Pie chart values - off center slices
Replies: 5
Views: 15276

Re: Pie chart values - off center slices

Hello Bank Van Breda,

I would like inform you we're working to fix the problem. We contact with you as soon as possible.

Thanks in advance
by Sandra
Wed May 09, 2018 12:49 pm
Forum: .NET
Topic: Bar chart - negative values versus bottom axes
Replies: 6
Views: 16512

Re: Bar chart - negative values versus bottom axes

Hello Bank Van Breda,

Many thanks for the information. I'm glad you have found where the problem is produced.

Feel free contact us if you have more doubts.

Thanks in advance
by Sandra
Wed May 09, 2018 12:46 pm
Forum: .NET
Topic: Pie chart values - off center slices
Replies: 5
Views: 15276

Re: Pie chart values - off center slices

Hello Bank Van Breda, I would like inform you that the Pen problems is added in Teechart Xamarin.iOS Bugzilla tracker to review the problem to upcoming maintenance release. Here's the link: http://bugs.teechart.net/show_bug.cgi?id=2033 On the other hand, finally, we have found a good solution, that ...
by Sandra
Mon May 07, 2018 2:30 pm
Forum: .NET
Topic: Bar chart - negative values versus bottom axes
Replies: 6
Views: 16512

Re: Bar chart - negative values versus bottom axes

Hello Bank Van Breda, The problem you're experiencing doesn't appear for us using the code below and latest TeeChart for Xamarin.Forms build 4.2018.4.26. ChartView tChart1; public MainPage() { InitializeComponent(); tChart1 = new ChartView(); tChart1.Chart.Panning.Allow = ScrollModes.None; tChart1.C...
by Sandra
Thu Apr 26, 2018 4:51 pm
Forum: .NET
Topic: Pie chart details
Replies: 7
Views: 17605

Re: Pie chart details

Hello Bank van Breda,

We have already published a new assemblies. You can download this from Client Area.

Thanks in advance
by Sandra
Thu Apr 26, 2018 11:53 am
Forum: .NET
Topic: Bar chart details
Replies: 6
Views: 17482

Re: Bar chart details

Hello Bank Van Breda, I would like inform you the problem you're experiencing doesn't occur for us using latest TeeChart for Xamarin.Forms Build 4.1.2018.01040 and using same code we above . Do you confirm us if you're using the latest TeeChart for Xamarin.Forms v2018? If you're working with latest ...
by Sandra
Tue Apr 24, 2018 2:08 pm
Forum: .NET
Topic: Pie chart details
Replies: 7
Views: 17605

Re: Pie chart details

Hello Bank van Breda,

We can prepare a pre-release for you during this week. We contact with you, as soon as possible when the version is done.

Thanks in advance
by Sandra
Tue Apr 24, 2018 11:31 am
Forum: .NET
Topic: Pie chart details
Replies: 7
Views: 17605

Re: Pie chart details

Hello Bank Van Breda,

Sorry for the delay.

I would like inform you we have reproduced and fixed the Pie.Pen Size problem. Tomorrow, we add a new Steema.TeeChart.NET.STD.Xamarin.Forms maintenance release in the Nuget where the fix is included.

Thanks in advance
by Sandra
Tue Apr 24, 2018 11:22 am
Forum: .NET
Topic: Bar chart details
Replies: 6
Views: 17482

Re: Bar chart details

Hello Bank, Sorry for the delay. The code below shows you how can do all your request: ChartView tChart1; public MainPage() { InitializeComponent(); tChart1 = new ChartView(); tChart1.Chart.Panning.Allow = ScrollModes.None; tChart1.Chart.Panel.Gradient.Visible = false; tChart1.Chart.Panel.Color = Co...
by Sandra
Fri Apr 20, 2018 4:09 pm
Forum: .NET
Topic: Bar chart details
Replies: 6
Views: 17482

Re: Bar chart details

Hello Bank Van Breda,

I'm working with it. We try to give you an answer on Monday.

Thanks in advance
by Sandra
Fri Apr 20, 2018 4:03 pm
Forum: .NET
Topic: Xamarin License Issue
Replies: 20
Views: 52210

Re: Xamarin License Issue

Hello sjc,

Seems the problems is caused for you use incorrect assemblies or old assembiles, could you please confirm us the assemblie are you using is the latest ?

Thanks in advance
by Sandra
Fri Apr 20, 2018 11:35 am
Forum: .NET
Topic: Pie chart details
Replies: 7
Views: 17605

Re: Pie chart details

Hello Bank, 1. What ( and how ) is the best solution to have each slice exploded ( so not only the biggest )? I did pie.ExplodedSlice.Add(...) for each slice but this seems to have no effect... I'm afraid isn't possible do slice exploded for each slice, but you have same effect setting the Pie Borde...
by Sandra
Wed Jan 03, 2018 12:24 pm
Forum: FMX
Topic: TeeChart Pro VCL FMX 2017.10.23 and Rad Studio 10.2.2
Replies: 2
Views: 14633

Re: TeeChart Pro VCL FMX 2017.10.23 and Rad Studio 10.2.2

Hello Polutropon, Seems is the problem with Rad Studio Version. Would be inform you that if you want work without problems you must install Rad Studio 10.2.2 with the Hotfix. The specifically version is: RAD Studio 10.2 Version 25.0.29039.2004. Could you confirm us if it is the version as you use? R...
by Sandra
Wed Jan 03, 2018 12:00 pm
Forum: VCL
Topic: The event responds to TeeCommander.ButtonSave
Replies: 1
Views: 7177

Re: The event responds to TeeCommander.ButtonSave

Hello liuxs,

I think your request isn't possible. I would like suggest you use a Button component to do as you want. The code below shows you how can do it:

Code: Select all

procedure TForm1.Button1Click(Sender: TObject);
begin
          TeeExport(self, Chart1);
end;
by Sandra
Wed Jan 03, 2018 11:46 am
Forum: VCL
Topic: Assign TSubChartTool’s ChartRect is invalid
Replies: 5
Views: 14124

Re: Assign TSubChartTool’s ChartRect is invalid

Hello liuxs, Taking the horizontal axes as an example. If both of the axes increments of the SubChart and MainChart are 400m, but their sizes are different in pixel (see Fig. above). I hope that the ratio of actual increment and screen increment of the two charts are the same. The increment is calcu...