Search found 84 matches

by tirby
Wed Mar 04, 2015 9:00 pm
Forum: ActiveX
Topic: Specific features info please
Replies: 1
Views: 7887

Specific features info please

Hi, We're currently running version: v2013.0.1.4.131120 Does the latest version of the ActiveX TChart support or provide the following: 1. RectangleToolClicked.Index? 2. Axis Title Position? 3. A method to view the stored x-y data value(s) of any point on any line/fastline in the form of a tooltip w...
by tirby
Wed Jan 07, 2015 3:11 pm
Forum: ActiveX
Topic: Determine Height of Legend
Replies: 3
Views: 10546

Re: Determine Height of Legend

Yeray, Thank you for reviewing this. On the picture below, I have place 2 screen-shots side by side. I aligned the tops of the grids. The picture on the left has the Legend set to invisible. The picture on the right has the Legend set to visible. Note the positions of the "0" lines. The difference i...
by tirby
Wed Jan 07, 2015 2:34 pm
Forum: ActiveX
Topic: Set Position of Axis Lable
Replies: 3
Views: 10524

Re: Set Position of Axis Lable

Yeray,

Thanks for looking at this.

What I'm trying to do is change the spacing between the the 2 black arrows as shown on the picture below.
by tirby
Tue Jan 06, 2015 5:58 pm
Forum: ActiveX
Topic: Set Position of Axis Lable
Replies: 3
Views: 10524

Set Position of Axis Lable

I'm trying to set the position of the Axis Label with respect to the axis.
If I have the Axis scaled for 0 to 1000 and marks every 100, then the spacing between the label and the values is too great.
We want to reduce the spacing to something less.
How can I accomplish this?

Thanks!
by tirby
Mon Jan 05, 2015 7:13 pm
Forum: ActiveX
Topic: Determine Height of Legend
Replies: 3
Views: 10546

Determine Height of Legend

Hi, I'm using version: TeeChart Pro v2013.0.1.4.131120 I have a Legend positioned at the bottom of the chart. I'm trying to figure out the height of the legend based on the same scale as the chart. What I'm seeing is that if I have the Legend set to invisible, the Chart is a specific height. When I ...
by tirby
Fri Oct 17, 2014 1:53 pm
Forum: ActiveX
Topic: Determine if custom axis is visible.
Replies: 1
Views: 7382

Determine if custom axis is visible.

Hi, I'm using TeeChart Pro v2013.0.1.4.131120 Using FastLine. When a series is assigned to a custom vertical axis, the axis will only be visible if the series is active. This also applies to assigning multiple series to a single axis. When there is no active series, the axis becomes invisible. How c...
by tirby
Thu Feb 27, 2014 10:04 pm
Forum: ActiveX
Topic: Resize causes timers to freeze
Replies: 3
Views: 10320

Re: Resize causes timers to freeze

Ok, I have determined that the Resize.Ocx has nothing to do with the issue. I have attached a small project that demonstrates the issue. There is some small error in my demo project, I can't seem to get all the custom axis's to show up. But that does not appear to be an issue, so I didn't spend anym...
by tirby
Thu Feb 27, 2014 12:05 am
Forum: ActiveX
Topic: Resize causes timers to freeze
Replies: 3
Views: 10320

Resize causes timers to freeze

Hi, I'm using a custom control by Larcom & Young known as a "Resize" control. Version 4.1 OCX http://lyoung.com/ This control is placed on the form and it requires no interaction. It automatically resizes everything on the form when the form size is changed during run time. This allows us to stretch...
by tirby
Mon Feb 24, 2014 7:26 pm
Forum: ActiveX
Topic: Access Violation
Replies: 1
Views: 6719

Access Violation

Hello! I received an Access Violation at address 081C8EF4 in module TeeChart2013.ocx. Read Address 4040B134 I'm using version TeeChart Pro v2013.0.1.1.130514 32 bit activeX This occurred in my executable. Compiled on WinXP SP3, using VB6 SP5. Running executable on Win7 Pro SP1. Any ideas? Do you req...
by tirby
Wed Nov 20, 2013 4:26 pm
Forum: .NET
Topic: Static hosting routine causes Object Reference error
Replies: 1
Views: 3933

Static hosting routine causes Object Reference error

Hi! If i set a routine (that resides in a form) to static, tChart.whatever generates an error. 'An object reference is required for the non-static field, method or property 'PostJobPlot.Form1.tChart1'. Frankly, I have no clue how to resolve this. I have searched this site as well as many, many other...
by tirby
Fri Nov 15, 2013 4:41 pm
Forum: .NET
Topic: Setting bottom axis to decimal time read from CSV File.
Replies: 6
Views: 9964

Re: Setting bottom axis to decimal time read from CSV File.

Also, with respect to the Data file; my code strips out the Quotes prior to using the data.
by tirby
Fri Nov 15, 2013 4:35 pm
Forum: .NET
Topic: Setting bottom axis to decimal time read from CSV File.
Replies: 6
Views: 9964

Re: Setting bottom axis to decimal time read from CSV File.

Sandra, I get moved from 1 project to another quite often as what happened with this one. I am now back on it and so I'm picking up where I left off. I have copied the code you provided here into a test project. The very last line of code is a problem: tChart1.Axes.Bottom.Labels.Style = Steema.TeeCh...
by tirby
Tue Sep 24, 2013 3:19 pm
Forum: ActiveX
Topic: Multiple Axis Positioning
Replies: 7
Views: 15123

Re: Multiple Axis Positioning

Hi Narcis, Thanks for looking at this. I tried the suggestion you made in the referenced link, and I too have a simular problem: I don't know how to get to the IZoom.Y0 and IZoom.Y1. I've tried setting the Max & Min of the custom to the Max & Min of the left axis, but that doesn't work so well. I'm ...
by tirby
Mon Sep 23, 2013 6:08 pm
Forum: ActiveX
Topic: Multiple Axis Positioning
Replies: 7
Views: 15123

Re: Multiple Axis Positioning

Thanks Sandra! Yes, that solved that problem. Wow...Moving from the standard left/right axis to custom axis(s) is really involved. I have a whole new array of issues I need to deal with. So for the moment, here is the newest one I need help with! Now, I have lost the vertical zoom capability for the...
by tirby
Fri Sep 20, 2013 9:07 pm
Forum: ActiveX
Topic: Multiple Axis Positioning
Replies: 7
Views: 15123

Re: Multiple Axis Positioning

Sandra, Thank you so much for your assistance witht this. The modifications you made work well. Now, I have an issue trying to figure out how to display horizontal grid lines while using custom vertical axis's. When I was using the standard left & right axis, setting the .increment property worked f...