Search found 13 matches

by martinx
Fri Jul 25, 2008 9:29 am
Forum: .NET
Topic: Need Chart like the Performance Monitor
Replies: 1
Views: 4005

Need Chart like the Performance Monitor

Hi there , i think there was a solution by teechart where i can solve the following problem. like this http://www.codeproject.com:80/KB/miscctrl/SimplePerfChart.aspx i want a realtime chart with displays data like the in the task manager -> performance->CPU Usage History Is this possible with Teecha...
by martinx
Mon Jul 09, 2007 10:26 am
Forum: .NET
Topic: Problems with add Arrays to TChart
Replies: 7
Views: 11395

Hi Mr.Ireland >Ok. I think the problem here is that there is no overload of Series.Add() >which takes three Arrays, in which case you will have to iterate through >your arrays and add them in using the relevant Series.Add() overload Did you Have an Example what you did mean ? At the moment i have do...
by martinx
Mon Jul 09, 2007 9:44 am
Forum: .NET
Topic: Problems with add Arrays to TChart
Replies: 7
Views: 11395

Sorry i mean
but i cannot do add three Arrays
objTChart.add(arrTimes,arrHiValue,arrTimes_text)
by martinx
Mon Jul 09, 2007 9:43 am
Forum: .NET
Topic: Problems with add Arrays to TChart
Replies: 7
Views: 11395

method

Hi, i use
.add(x as Date,y as Double , text as String)

Greetings
by martinx
Mon Jul 09, 2007 5:26 am
Forum: .NET
Topic: Problems with add Arrays to TChart
Replies: 7
Views: 11395

Problems with add Arrays to TChart

Hi there, i have the following Problem, i can do the following objTChart.Add(CType(arrTimes.ToArray(GetType(DateTime)), DateTime()), CType(arrHiValue.ToArray(GetType(Double)), Double())) i can do objTChart.add(Date,Double,"Label") but i cannot do add three Arrays objTChart.add(arrTimes,arrHiValue,ar...
by martinx
Mon Mar 12, 2007 10:35 am
Forum: .NET
Topic: VerticalAxes.Right and Show Left Axes Range
Replies: 11
Views: 15736

i have upload. because in the newsgroup it doesn't work Betreff '@edu->vertical axes problem', Konto: 'www.steema.net', Server: 'www.steema.net', Protokoll: NNTP, Serverantwort: '437 (648) Transfer Failed - Do Not Try Again -- The Article is too large', Port: 119, Secure (SSL): Nein, Serverfehler: 4...
by martinx
Mon Mar 12, 2007 10:34 am
Forum: .NET
Topic: VerticalAxes.Right and Show Left Axes Range
Replies: 11
Views: 15736

Okay i have sent it now :)
by martinx
Mon Mar 12, 2007 10:31 am
Forum: .NET
Topic: VerticalAxes.Right and Show Left Axes Range
Replies: 11
Views: 15736

hi edu, thanks for your reply. i use the current version 2.0.2586.24039 (from the lastest update)
i sent you know my sample code where you can take a look on it.

greetings martin
by martinx
Sat Mar 10, 2007 8:24 pm
Forum: .NET
Topic: VerticalAxes.Right and Show Left Axes Range
Replies: 11
Views: 15736

Hi , and again. I have now tryed the following. fastLine1.VertAxis = Steema.TeeChart.Styles.VerticalAxis.both and scaled the left axes from 0 to 100 and the right axes from 0 to 1000 (the opposite of the last message) then it works it shows me the correct axes and the correct values . but why it doe...
by martinx
Sat Mar 10, 2007 8:12 pm
Forum: .NET
Topic: VerticalAxes.Right and Show Left Axes Range
Replies: 11
Views: 15736

Hi Edu, again me :) i tested now serveral things. it only works when i say fastLine1.VertAxis = Steema.TeeChart.Styles.VerticalAxis. RIGHT !! then it shows the correct values (for example (1000/1000)*100=100 but now the left axes is not displayed (with the values from 0 to 1000) i also cannot show t...
by martinx
Sat Mar 10, 2007 8:00 pm
Forum: .NET
Topic: VerticalAxes.Right and Show Left Axes Range
Replies: 11
Views: 15736

Hi edu, > private void tChart1_GetAxisLabel(object sender, >Steema.TeeChart.GetAxisLabelEventArgs e) i have not the problem with the labels i have the problem with the axes. (sorry iam german, and i am not sure to really to explain it) i have on the left axes set min 0 max value 1000 ( an example) v...
by martinx
Tue Mar 06, 2007 6:34 pm
Forum: .NET
Topic: VerticalAxes.Right and Show Left Axes Range
Replies: 11
Views: 15736

Hi Edu

>fastLine1.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Both; that i have already done. but my values are always orientated to the left . remember i want habe on the left values from 0 to 1000 and on the right percents from 0 to 100 now a fastline should display i have values 200,500,1000 the maxv...
by martinx
Fri Mar 02, 2007 8:08 pm
Forum: .NET
Topic: VerticalAxes.Right and Show Left Axes Range
Replies: 11
Views: 15736

VerticalAxes.Right and Show Left Axes Range

Hi, i have the following Problem . I have for example the following Values (show in the bottom Axes Dates) 100,200,300,400,500 .. 1000 100 are 0 percent and 1000 are 100 percent. I wanna now show in the left Scale Values from 100 to 1000 and on the right Axes i wanna Percent Values from 0 to 100 Now...