Search found 7 matches

by NSI-MI
Fri Feb 10, 2017 7:51 pm
Forum: ActiveX
Topic: Level Marks on Contour plots
Replies: 7
Views: 15719

Re: Level Marks on Contour plots

Because I overlay a contour on a surface I cannot disable the 3D.
Any idea when my bug will be worked on.
by NSI-MI
Mon Nov 07, 2016 1:19 pm
Forum: ActiveX
Topic: Level Marks on Contour plots
Replies: 7
Views: 15719

Re: Level Marks on Contour plots

How would I change to 2D?
by NSI-MI
Fri Nov 04, 2016 6:45 pm
Forum: ActiveX
Topic: Level Marks on Contour plots
Replies: 7
Views: 15719

Re: Level Marks on Contour plots

Here is a reduced sample of my code that will not work With TChart1 .Environment.InternalRepaint .Environment.MouseWheelScroll = False 'Disable scrolling chart via mouse wheel .Scroll.Enable = pmNone 'Disable scrolling chart via mouse left or right movement .Zoom.Pen.Color = vbBlue .Zoom.MinimumPixe...
by NSI-MI
Fri Nov 04, 2016 12:40 pm
Forum: ActiveX
Topic: Level Marks on Contour plots
Replies: 7
Views: 15719

Level Marks on Contour plots

With TeeChart 8 we were able to show level marks using code below If LevelMarks Then .Series(0).asContour.ContourMarks.Visible = True .Series(0).asContour.ContourMarks.Density = 3 .Series(0).asContour.ContourMarks.AntiOverlap = True .Series(0).asContour.ContourMarks.Margin = 1 .Series(0).asContour.C...
by NSI-MI
Mon Oct 31, 2016 3:43 pm
Forum: ActiveX
Topic: Issue with Polar Chart
Replies: 4
Views: 10966

Re: Issue with Polar Chart

Thank you that worked
by NSI-MI
Fri Oct 28, 2016 7:13 pm
Forum: ActiveX
Topic: Issue with Polar Chart
Replies: 4
Views: 10966

Re: Issue with Polar Chart

I think I found why my data looked was wrong. Under Series General Tab, my data was sorted. How do I set the sort to None?
by NSI-MI
Mon Oct 24, 2016 5:58 pm
Forum: ActiveX
Topic: Issue with Polar Chart
Replies: 4
Views: 10966

Issue with Polar Chart

I am upgrading my VB6 application from TeeChart V8.0.0.5 to TeeChart 2016.0.0.2 due to printing problems in Version 8 and Windows 10. Since upgrading to TeeChart 2016 my print issues have been corrected but now my polar plots will not display the correct data. See attached pictures showing the polar...