Search found 8 matches

by Angelo
Wed Aug 02, 2023 2:19 pm
Forum: ActiveX
Topic: When a data point is expected to appear in the chart ?
Replies: 3
Views: 27118

Re: When a data point is expected to appear in the chart ?

Hi Marc; I am using a Point serie. I did run step by step (vb6 !! :shock: :roll: :lol: ) the code. I did see the all the properties of the chart been applied, but for some reason I start to see points in the chart only after the second one added. Maybe I am messing with autorepaint refreshdata etc. ...
by Angelo
Tue Aug 01, 2023 7:22 pm
Forum: ActiveX
Topic: When a data point is expected to appear in the chart ?
Replies: 3
Views: 27118

When a data point is expected to appear in the chart ?

I am facing some problem that I cannot figure out where it is. I will try to describe the steps I did I am reading a file with X and Y values. before adding the values to a Serie, I set : frm.TChart1.AutoRepaint = false. Then I add the values to the Serie: frm.TChart1.Series(0).AddXY Xdata, Ydata, "...
by Angelo
Wed Nov 19, 2014 2:11 pm
Forum: ActiveX
Topic: axis Maximum, Minimum and the Offset and related
Replies: 2
Views: 10926

Re: axis Maximum, Minimum and the Offset and related

Strange... if I comment the lines with MinimumOffset and MaximumOffset it seems to not change anything, i.e., the offsets still are applied....
by Angelo
Wed Nov 19, 2014 1:56 pm
Forum: ActiveX
Topic: axis Maximum, Minimum and the Offset and related
Replies: 2
Views: 10926

axis Maximum, Minimum and the Offset and related

Guys let me ask you about this behavior: when I set the axis offset property and after this if I read the maximum/minimum property I got the maximum and minimum values of the axis before the offset, so the values are not the ones displayed at the chart The question: is it normal ? Seems that I have ...
by Angelo
Wed Nov 19, 2014 12:22 pm
Forum: Wishes and ideas
Topic: Code Creator Button
Replies: 1
Views: 25115

Code Creator Button

My God... it is impressive how Teechart evolves every year ! Lots of new features and facilities(properties/methods) that it is easy to get confused sometimes. Well, I use VB6 (ActiveX teechart) and I noticed that in Editor some properties does not follow the common name as in the code. An example i...
by Angelo
Wed Nov 19, 2014 11:06 am
Forum: ActiveX
Topic: Edit in Design Mode and where is the help
Replies: 3
Views: 12168

Re: Edit in Design Mode and where is the help

Yeray. The solution to manually open the .hlp file is very uncomfortable, at least for me. I was used to press F1 inside VB6 IDE to open the exact help page for the teechart command I would like to know about. I tried to fix this issue making a copy of the TeechartX.hlp and rename this copy to Teech...
by Angelo
Fri Nov 14, 2014 8:54 pm
Forum: ActiveX
Topic: Edit in Design Mode and where is the help
Replies: 3
Views: 12168

Edit in Design Mode and where is the help

I installed the V2014 and noticed some issues: I did some changes to a chart in design mode, the changes correspond to the following code: TChart1.Panel.Gradient.Visible = False TChart1.Walls.Back.Gradient.Visible = False So, changing that above properties at design time, and closing the edit chart ...
by Angelo
Mon Oct 20, 2014 10:21 pm
Forum: ActiveX
Topic: Axis, grid line
Replies: 8
Views: 21760

Re: Axis, grid line

hi, even your code is not working as expected. Sometimes it gives the correct results, but sometimes it does not. Try to press a few times the " steema code" button for the small project I am attaching(1 kb), you will see that teechart sometimes adjusts/displaces the grid lines, maybe due to the off...