Search found 40 matches

by Mike
Fri Apr 18, 2008 10:55 am
Forum: ActiveX
Topic: TeeChart Pro v6 ActiveX - Multiple language support
Replies: 4
Views: 7510

Hi all, we've downloaded the trial version of 8 for quick try how it would work in our project. It seems that without the unicode version we cannot translate the texts into chinese (chart title, chart axis titles etc.). I suppose there is no trial unicode version that we could try. We just want to m...
by Mike
Tue Apr 15, 2008 5:56 am
Forum: ActiveX
Topic: TeeChart Pro v6 ActiveX - Multiple language support
Replies: 4
Views: 7510

TeeChart Pro v6 ActiveX - Multiple language support

Hello, We're using above mentioned version (6.0.0.6) of TeeChart Pro ActiveX in our Web site (ASP) as well as in our Windows software (C++). Now we want to make multiple language support for our software (at least Windows software, maybe also Web application), starting with support to Russian and Ch...
by Mike
Mon Jul 11, 2005 8:59 am
Forum: ActiveX
Topic: Datetime x-axis min and max values
Replies: 3
Views: 7271

hmm,

never mind. Just learned how to use DateValue function........ ;-)


Mike
by Mike
Mon Jul 11, 2005 7:56 am
Forum: ActiveX
Topic: Datetime x-axis min and max values
Replies: 3
Views: 7271

thanks, this works, BUT I need to construct the datetime value (XMin and XMax) from variables, having the Month and Year values. How can I do that? The '#' character is the problem here. The user in my website can choose the month and year and the graph is updated according to those values. Thanks i...
by Mike
Wed Jun 29, 2005 10:51 am
Forum: ActiveX
Topic: Datetime x-axis min and max values
Replies: 3
Views: 7271

Datetime x-axis min and max values

hello all,

I was wondering how to set the minimum and maximum of an x-axis (of datetime type) to EXACTLY to some datetime value, e.g. range from 2005-01-01 00:00:01 to 2005-01-31 23:59:59?

SetMinMax method does not approve datetime values of such format.

Thanks in advance!

Mike
by Mike
Fri Jun 03, 2005 10:48 am
Forum: ActiveX
Topic: Datetime data, problem
Replies: 2
Views: 6197

Problem, more accurately

hello again, the problem in more detail is that when using .SetMinMax function, it does not approve DateTime values formatted with VBScript's FormatDateTime function. The chart actually stops drawing the data totally. How can I set the minimum and maximum values to x-axis (datetime format) so that e...
by Mike
Thu Jun 02, 2005 1:53 pm
Forum: ActiveX
Topic: Datetime data, problem
Replies: 2
Views: 6197

Datetime data, problem

hi, I'm having troubles with setting x-axis datetime range. I want to set the min value to the first timestamp of my data, and set the maximum value to min + 15 mins, for example. How do I do that? I've tried to use the VBScript FormatDateTime and DateAdd functions, but with no luck. In which format...
by Mike
Tue May 24, 2005 8:21 am
Forum: ActiveX
Topic: Fixed scale of (timestamp) x-axis
Replies: 1
Views: 4604

Fixed scale of (timestamp) x-axis

hello, I use TeeChart 6.0.0.5 ActiveX in ASP pages. I read data from SQL database via ODBC. I read the data in a for...next loop for several measurement circuits. I add the data to a Series with .DataSource = 'Recordset' --> totally I have several Series in one Chart. How can I set the x-axis visibl...
by Mike
Mon Apr 18, 2005 8:13 am
Forum: ActiveX
Topic: Custom y-axis, right-side labels
Replies: 1
Views: 4834

Custom y-axis, right-side labels

hi,

how can I change the labels and values of a custom y-axis from left-side to right-side? I have three custom y-axes, two of them locating in the right-hand side of the graph. They need to have their labels and values on the right-side of the y-axis.

Thanks in advance,

Mike
by Mike
Tue Mar 01, 2005 8:51 am
Forum: ActiveX
Topic: Custom y-axis scaling - NEW PROBLEM
Replies: 1
Views: 4620

Custom y-axis scaling - NEW PROBLEM

hi, I found a strange functionality from CUSTOM y-axis zooming: it works well, when I use max and min values of the "original" y-axis; that is, the values the graph was drawn for the first time with. When I manually change the max and min values of the CUSTOM axis (by using the .SetMinMax function),...
by Mike
Wed Feb 23, 2005 9:26 am
Forum: ActiveX
Topic: Custom y-axis zooming
Replies: 1
Views: 4712

Fixed

hi all.

No worries! Found the "problem" and now the zooming works perfectly.

Mike
by Mike
Tue Feb 22, 2005 12:28 pm
Forum: ActiveX
Topic: Custom y-axis zooming
Replies: 1
Views: 4712

Custom y-axis zooming

hi, I know this subject has been an issue before, but I cannot make it work. I use ActiveX TeeChart 6.0.0.5 in IIS server (asp pages). I have three custom y-axes (axCurrent, axVoltage, axPotential) and I try to enable zooming for these axes. I've read the "How can I get zoom to work with my custom a...
by Mike
Tue Jan 18, 2005 11:45 am
Forum: ActiveX
Topic: OnMouseMove - several Series
Replies: 7
Views: 11237

working

hi Pep,

thanks for the example, it's working now. I find this forum very useful, I have managed to solve various problems with help from you guys.

Mike
by Mike
Wed Jan 05, 2005 9:14 am
Forum: ActiveX
Topic: X-axis datetime format
Replies: 1
Views: 4966

X-axis datetime format

hello, I'm using ActiveX TeeChart 6.0.0.4 in my ASP pages. I need to create a linechart with x-axis having datetime data. I get the data from MS SQL Server database. How could I define the x-axis so that it is spread evenly through the recordset? With this I mean that if I have some datapoints stamp...
by Mike
Fri Dec 17, 2004 1:07 pm
Forum: ActiveX
Topic: ADO Database access - PROBLEM
Replies: 1
Views: 6049

ADO Database access - PROBLEM

hello, I've tried to collect data from SQL Server 2000 and add the data directly to chart. I use ASP pages and ActiveX TeeChart version 6.0.0.5. The basic data fetch is as follows: dim MyChart : set MyChart = Server.CreateObject("TeeChart.TChart") dim data : set data = Server.CreateObject("ADODB.Con...