Search found 3132 matches

by Sandra
Thu Aug 09, 2018 10:36 am
Forum: VCL
Topic: Property HoverElement does not exist on deployed instances
Replies: 7
Views: 17253

Re: Property HoverElement does not exist on deployed instances

Hola PCZ, Gracias por la información. En primer lugar, TeeGrid no tiene que afectar al correcto funcionamiento de TeeChart. Ni Teechart al de TeeGrid. Por otro lado, el problema se produce usando TeeChart Standard 2018 VCL/FMX? ¿Me puede confirmar si trabaja sin "Link with runtime packages" el probl...
by Sandra
Wed Aug 08, 2018 12:53 pm
Forum: .NET
Topic: Smooth line series
Replies: 3
Views: 13834

Re: Smooth line series

Hello amol, The code below do smoothing for us, using SootingMode as AntiAlias and setting smoothed line series propierty to true: Steema.TeeChart.TChart tChart1; private void InitializeChart() { tChart1 = new Steema.TeeChart.TChart(); this.Controls.Add(tChart1); tChart1.Dock = DockStyle.Fill; tChar...
by Sandra
Wed Aug 08, 2018 12:40 pm
Forum: VCL
Topic: Property HoverElement does not exist on deployed instances
Replies: 7
Views: 17253

Re: Property HoverElement does not exist on deployed instances

Hola Patricio,

Gracias por la información.

¿Me podrías confirmar en que versiones de Teechart Pro esto funcionava para usted? ¿Y qué versión de FastReport esta utilizando?

Gracias de antemano,
by Sandra
Wed Aug 08, 2018 12:30 pm
Forum: JavaScript / HTML5
Topic: Series redraw with color grid
Replies: 2
Views: 25411

Re: Series redraw with color grid

Hello vishwa,

Could you attached us a simple project because we can reproduce the problem you're experiencing here and we can give you a solution for that?

Thanks in advance
by Sandra
Tue Aug 07, 2018 12:54 pm
Forum: ActiveX
Topic: Issue with export to EMF/WMF on high DPI displays
Replies: 2
Views: 22102

Re: Issue with export to EMF/WMF on high DPI displays

Hello sfree82,

We're working with your DPI scaling questions.

Before export to PNG you should do Transparent the Chart Background. I would like suggest you read the How to make a transparent chart with TeeChart Pro Activex article to achieve do that.

Thanks in advance
by Sandra
Tue Aug 07, 2018 11:53 am
Forum: ActiveX
Topic: historical un-zooming does not work on saved zoomed state
Replies: 1
Views: 11861

Re: historical un-zooming does not work on saved zoomed state

Hello amol,

Could you send us a simple application because we can reproduce the problem here and we try to find a solution for the problem?

Thanks in advance
by Sandra
Tue Aug 07, 2018 10:38 am
Forum: VCL
Topic: Property HoverElement does not exist on deployed instances
Replies: 7
Views: 17253

Re: Property HoverElement does not exist on deployed instances

Hola Patricio, Preferiría escribirle en español. ¿Es permitido? Sí, por supuesto. Sobre el problema que experimenta. Gracias por la imagen dónde podemos observar el problema, aunque seria muy útil poder reproducir el problema aquí. De todos modos, he visto que entendido que el problema se produce pa...
by Sandra
Mon Aug 06, 2018 2:20 pm
Forum: VCL
Topic: Property HoverElement does not exist on deployed instances
Replies: 7
Views: 17253

Re: Property HoverElement does not exist on deployed instances

Hello Patricio,

Could you please attached us a simple project where the problem is produced for you because we can try to reproduce it here?

Also, if is possible please attached an image of when the error appears because we can try to identify that.

Thanks in advance
by Sandra
Mon Aug 06, 2018 2:14 pm
Forum: VCL
Topic: TSseriesBandTool
Replies: 1
Views: 6472

Re: TSseriesBandTool

Hello EFG,

Could you send us a simple project where we can reproduce the problem here?

Thanks in advance,
by Sandra
Wed Aug 01, 2018 3:13 pm
Forum: VCL
Topic: Class TTextBlock already Exists
Replies: 4
Views: 11614

Re: Class TTextBlock already Exists

Hello LanceRas, The problem was fixed since TeeChart Pro VCL/FMX v2017.23 as explain in this thread: http://www.teechart.net/support/viewtopic.php?f=3&t=16709&p=74313&hilit=TTextblock#p74313 But seems TMS have done changes that causes conflict appears again. We have already fixed the problem, for ne...
by Sandra
Wed Aug 01, 2018 10:09 am
Forum: VCL
Topic: How to clear all datasources in a chart
Replies: 4
Views: 20381

Re: How to clear all datasources in a chart

Hello Errol, The problem you experiencing not appears for me, using DataSources.Clear in simple example with Teechart Pro VCL/FMX 2018.24. An alternative to use DataSources.Clear is, use Series Clear method. The code below shows you how: if Chart.SeriesCount <> 0 then begin for i := 0 to Chart.Serie...
by Sandra
Mon Jun 25, 2018 9:33 am
Forum: VCL
Topic: TQRChart for Teechart Pro 2018 in C++ Builder XE5
Replies: 1
Views: 7224

Re: TQRChart for Teechart Pro 2018 in C++ Builder XE5

Hello Tom, Attached below you find the TeeChart Pro for QR6 packages we have prepared for you. Tee9QR6D19.zip It should be quite straightforward to build them: - First of all, make sure the TeeChart component and the QuickReport components work fine, alone, in a new simple example project. If you wa...
by Sandra
Fri May 18, 2018 2:35 pm
Forum: .NET
Topic: Pie Charts
Replies: 13
Views: 28494

Re: Pie Charts

Hello Bank Van Breda, I'm glad you can find a solution for your problem. I would like inform you that you can order the PieValues after adding these. You can do that using the Pie Values Order propierty. The line below shows you how can do that: pie1.PieValues.Order = Steema.TeeChart.Styles.ValueLis...
by Sandra
Thu May 17, 2018 4:02 pm
Forum: .NET
Topic: Pie Charts
Replies: 13
Views: 28494

Re: Pie Charts

Hello Bank Van Breda,

I would like suggest you use the Rotate method to change the pie angle rotation and do it works in clockwise direccion. The line code below shows you how can do that:

Code: Select all

pie.Rotate(180);
Hoping this helps you,
Thanks in advance
by Sandra
Thu May 17, 2018 12:40 pm
Forum: .NET
Topic: Pie chart values - off center slices
Replies: 5
Views: 15273

Re: Pie chart values - off center slices

Hello Bank Van Breda,

We have published a new TeeChart.Net for Xamarin.Froms maintenance release where the bug id2033 is fixed. You can download it from Client Download page

Thanks in advance