Search found 25 matches
- Mon Jun 18, 2007 1:47 pm
- Forum: .NET
- Topic: Transparent issues in colorgrid
- Replies: 3
- Views: 7450
Thank's, I added NaN checking and now I'm able to show "transparent" points.... but still I have problems with those another points, which have a valid values... all valuepoints before null values are shown in solid color, after the null point, color of the each valuepoint is correct!? I try to do a...
- Fri Jun 15, 2007 11:37 am
- Forum: .NET
- Topic: Transparent issues in colorgrid
- Replies: 3
- Views: 7450
Transparent issues in colorgrid
When I fill colorgrid with Double.Nan and/or Color.Transparent parameter it not shown correctly the other colorpoints. Here's example: tChart1.Axes.Left.Automatic = false; tChart1.Axes.Left.Maximum = 3; tChart1.Axes.Left.Minimum = 0; tChart1.Axes.Left.Inverted = true; tChart1.Axes.Bottom.Automatic =...
- Tue Apr 17, 2007 6:27 am
- Forum: .NET
- Topic: DoubleClick on shape series
- Replies: 6
- Views: 10226
- Thu Mar 15, 2007 10:57 am
- Forum: .NET
- Topic: DoubleClick on shape series
- Replies: 6
- Views: 10226
I have uploaded a simple test solution through the Upload page (TCTest.zip), it should show up a messagebox when the shape is double clicked. I first had the 1.1 dll referenced, with that one Double click worked with both Left and Right buttons. Then I changed the teeChart reference to this new 2.0 ...
- Wed Mar 14, 2007 1:27 pm
- Forum: .NET
- Topic: DoubleClick on shape series
- Replies: 6
- Views: 10226
DoubleClick on shape series
Hi, We have used the Steema.Teechart.Styles.Shape and it's DblClick event handler with TeeChart v1.0. Now with v2.0 that is not getting fired anymore. I created a simple test app, added a shape series and noticed that the DblClick gets fired by the Mouse Right button double click!. Is there a way to...
- Thu Feb 08, 2007 12:57 pm
- Forum: .NET
- Topic: Scrolling ColorGrid
- Replies: 1
- Views: 5421
Scrolling ColorGrid
Hi, I've been trying to implement a 'scrolling' ColorGrid with teeChart v2, that is when new values are added to the colorgrid, the old values from the top should be deleted, so fixed number of rows would always be visible. What is the recommended way to remove data from colorgrid? I've tried the Co...
- Fri Sep 08, 2006 10:33 am
- Forum: .NET
- Topic: TeeChart.Axis.Left.Maximum value not refreshed
- Replies: 1
- Views: 4988
TeeChart.Axis.Left.Maximum value not refreshed
I noticed following issue in TeeChart... We have an series, colorGrid (size 175*200) and we added new "row" every 30s by using the timer. Method what was used to add new points is colorGrid1.Add() New rows are added correctly when colorgrid is in visible but when you minimize the application where T...
- Mon Jun 12, 2006 1:06 pm
- Forum: .NET
- Topic: Steema.TeeChart.Styles.Points problem with hint text
- Replies: 3
- Views: 7397
- Fri Jun 02, 2006 10:30 am
- Forum: .NET
- Topic: Steema.TeeChart.Styles.Points problem with hint text
- Replies: 3
- Views: 7397
Steema.TeeChart.Styles.Points problem with hint text
Hi, I have a problem in following code in TeeChart for .Net v1 (1.0.1452.42972) Steema.TeeChart.Styles.Points eventPoints = new Steema.TeeChart.Styles.Points(); eventPoints.CustomHorizAxis = eventXAxis; myTeeChart.Series.Add(eventPoints); eventPoints.Pointer.Pen.Visible = false; eventPoints.Add(X0, ...
- Thu Oct 06, 2005 1:35 pm
- Forum: .NET
- Topic: Point size in colorGrid
- Replies: 1
- Views: 5352
Point size in colorGrid
Is there any way to displaying color points in the colorgrid which has different size? or is there another graph style which support this? For example you can specify the width and high of each points. I don't want to use shape's, because array size of teh color grid can be 1000*1000 or more. TeeCha...
- Wed Jun 22, 2005 2:18 pm
- Forum: .NET
- Topic: fill colorgrid with the color attribute
- Replies: 11
- Views: 19158
Still problems
I updated the v2 (2.0.1938.29194) beta and still the same error occurs. all colorpoints are solid when using the Color - attribute in add() method if I use the old version of TeeChart (1.0.1452.42972) then colors of point are scaled correctly. So, it seems that this new version not fix this problem?...
- Thu Jun 16, 2005 9:27 am
- Forum: .NET
- Topic: fill colorgrid with the color attribute
- Replies: 11
- Views: 19158
- Thu Jun 09, 2005 2:20 pm
- Forum: .NET
- Topic: Mouse drag over the Graphs draws a line
- Replies: 3
- Views: 7757
I think I didn't explain it correctly. Even I am using the zoom property. The problem comes when i draw some lines using Steema.TeeChart.Tools.DrawLine method. The lines gets displayed but it becomes movable by user and also user can draw other lines in the graph. I want to avoid this. Please let me...
- Thu Jun 09, 2005 1:55 pm
- Forum: .NET
- Topic: Mouse drag over the Graphs draws a line
- Replies: 3
- Views: 7757
Mouse drag over the Graphs draws a line
Hi
I have a graph drawn. The problem is when the user drags the mouse over the graph a line gets drawn which spoils the graph. Is there any was by which i can avoid this
Regards...
I have a graph drawn. The problem is when the user drags the mouse over the graph a line gets drawn which spoils the graph. Is there any was by which i can avoid this
Regards...
- Mon Jun 06, 2005 9:29 am
- Forum: .NET
- Topic: fill colorgrid with the color attribute
- Replies: 11
- Views: 19158
Hello
What is the situation of TeeChart v2 (VS2002). When it's released?