Search found 16 matches

by Bhanu
Wed Apr 17, 2019 10:00 am
Forum: ActiveX
Topic: Type mismatch issue on teechart.
Replies: 3
Views: 17281

Re: Type mismatch issue on teechart.

Hi Steema Team,
I have build this project on VS2013 and have verified on different machines. You can download the project and try to run on VS2013 and it will run as is.

Thanks and Regards
Bhanu
by Bhanu
Fri Apr 12, 2019 12:39 pm
Forum: ActiveX
Topic: Type mismatch issue on teechart.
Replies: 3
Views: 17281

Type mismatch issue on teechart.

Hi Steema Team, We are facing some issue on teechart in our project. We are sending demo project but issue is not replicated on demo. The same scenario arises on our project. We are using Teechart active X 2018. Here we are taking scMap series for polygon plotting, scPoint3D, scMap series for editin...
by Bhanu
Mon Apr 08, 2019 11:29 am
Forum: ActiveX
Topic: Display Legend series labels at custom positions
Replies: 1
Views: 13221

Display Legend series labels at custom positions

Hi, We are using: Teechart activeX pro 2018 and Visual studio 2017 We need to display the legend of specific series in user-defined position (a group of series' in different columns). Is there a way we can do this?? We tried the approach to use custom position setting in legend options, but the symb...
by Bhanu
Tue Oct 30, 2018 8:01 am
Forum: ActiveX
Topic: TCHART not responding with high precision double values
Replies: 1
Views: 14315

TCHART not responding with high precision double values

Hi, We are using: Teechart activeX pro 2018 and Visual studio 2017 We are getting an issue where TCHART goes into not responding state when we try to plot high precision double values which we read from a file. We have noticed that this issue arises when the values have very little difference after ...
by Bhanu
Fri Oct 26, 2018 1:18 pm
Forum: .NET
Topic: Stack Bar Chart
Replies: 1
Views: 7530

Stack Bar Chart

Hi, We are using Teechart.net 2012 in which we are plotting saturation data on stacked bar chart. We have the series values as follows: Distance sat1 sat2 sat3 8335 0.116 0.154 0.73 8360 0.121 0.553 0.325 8400 0.121 0.856 0.023 The issue is that the thickness of the bars is automatically determined....
by Bhanu
Thu Oct 04, 2018 12:56 pm
Forum: .NET
Topic: Stack chart data mismatch.
Replies: 1
Views: 7396

Stack chart data mismatch.

Hi, We are using Teechart.net 2012 in which we are plotting data on stack chart. The coordinates as specified in the data is a bit different than it is plotted on stack chart. We are not sure as to what setting needs to be done so as to get the correct results on chart too. We are attaching the data...
by Bhanu
Sat Aug 11, 2018 6:58 am
Forum: ActiveX
Topic: Resize exported image issue.
Replies: 1
Views: 11787

Resize exported image issue.

Hi, In Latest Teechart 2018 Pro ActiveX, I am not able to update size i.e. width and height of exported image in JPEG format as shown in attached snap shot. Though in old teechart ActiveX Pro v7 it was working fine. Kindly guide us the way to resize exported image from teechart for JPEG format. Than...
by Bhanu
Tue Jul 03, 2018 2:57 pm
Forum: ActiveX
Topic: Border Editor Issue
Replies: 1
Views: 11619

Border Editor Issue

Hi, We are currently facing an issue for the Color Line tool when opening the border editor dialog through code. Earlier we were using TeeChart Pro ActiveX 2007, where the editor appeared through the following code: m_Chart1.GetTools().GetItems(pItem->iRow-1).GetAsColorLine().GetPen().ShowEditor(); ...
by Bhanu
Tue Jul 03, 2018 1:27 pm
Forum: ActiveX
Topic: Option to Full Repaint from code
Replies: 1
Views: 11551

Option to Full Repaint from code

Hi,
Currently I am using Tchart pro Activex 2018. In my chart I am using chart tool “Draw line” and I need to use the “Full repaint” property as shown below. But unfortunately, I cannot find the method through code.
tt.png
tt.png (29.95 KiB) Viewed 11559 times
Please guide.

Regards,
Bhanu
by Bhanu
Mon Jun 25, 2018 12:49 pm
Forum: ActiveX
Topic: Issue in polygon name display
Replies: 3
Views: 14748

Re: Issue in polygon name display

Hi Yeray,

Thanks for your reply. We are currently using map series for polygon drawing.

Thanks & regards,
Bhanu.
by Bhanu
Sat Jun 23, 2018 10:00 am
Forum: ActiveX
Topic: Issue in polygon name display
Replies: 3
Views: 14748

Issue in polygon name display

Hi, We are facing an issue in polygon name display as shown in snap shot attached. The issue is that when the size of polygon is small then polygon name does not appear, however when we zoom in or the polygon is bigger in size, the polygon name appears. Thanks & regards, Bhanu PolygonNameIssue.PNG
by Bhanu
Tue Jun 12, 2018 12:43 pm
Forum: ActiveX
Topic: Zooming issue with map series
Replies: 1
Views: 11424

Zooming issue with map series

Hi, We are facing another issue that when we add Image as tool and align it with the Map series. After which we browse the image for it, which starts appearing on the chart. Now if we zoom the chart atleast 4-5 times, we get the following message. Please suggest as to how we should proceed in this c...
by Bhanu
Tue Jun 12, 2018 11:40 am
Forum: ActiveX
Topic: TeeChart crashes on canvas drawing.
Replies: 1
Views: 11521

TeeChart crashes on canvas drawing.

teechartquery.png Hi, We need to draw around 3000 ellipses using canvas drawing as shown in snapshot attached. We are drawing them with onafterdrawtchart event. As soon as we draw those ellipses, teeChart crashes after few moments. We feel that Teechart is not able to handle this amount of data. So...
by Bhanu
Tue Jun 12, 2018 11:35 am
Forum: ActiveX
Topic: Polygon drawing issue
Replies: 4
Views: 16184

Re: Polygon drawing issue

Thanks a lot. This resolves the issue.
by Bhanu
Tue Jun 05, 2018 10:37 am
Forum: ActiveX
Topic: Polygon drawing issue
Replies: 4
Views: 16184

Re: Polygon drawing issue

Demo.7z Hi Yeray, Thanks for your response. Based on your suggestion we did tried to toggle off the hover settings, but issue still persists. For reference I am attaching code as well as demo application. We would request you to kindly guide us. Thanks Bhanu These are my default settings in code: /...