Search found 14 matches
- Thu Feb 19, 2004 7:11 pm
- Forum: .NET
- Topic: ColorMember works ALMOST for all points in a serie
- Replies: 8
- Views: 20007
ok
well, it looks good. Thanks
- Wed Feb 18, 2004 7:23 pm
- Forum: .NET
- Topic: ColorMember works ALMOST for all points in a serie
- Replies: 8
- Views: 20007
I create a small exemple for U
Hi Christopher, I try your exemple and it work fine with my system to. I have modify your exemple and I use the operator % (modulo). Every columns in my exemple is suppose to have the same color. http://us.f2.yahoofs.com/bc/3fca26c1_77d2/bc/Public/teeChartProblem2.bmp?bf857MABC9H5Kf1i I invite you t...
- Tue Feb 17, 2004 8:06 pm
- Forum: .NET
- Topic: ColorMember works ALMOST for all points in a serie
- Replies: 8
- Views: 20007
humm, not exactly
Hi Christopher, You're right, I use a Object dataype. Here the code where I create the color's column. I fill this colums with Color object System.Drawing.Color. DataColumn myColumn = new DataColumn(); myColumn.DataType = System.Type.GetType("System.Object"); myColumn.AllowDBNull = false; myColumn.C...
- Fri Feb 13, 2004 2:44 pm
- Forum: .NET
- Topic: ColorMember works ALMOST for all points in a serie
- Replies: 8
- Views: 20007
my ScreenShoot
Hi, I think this screenShoot can explain easilly my problem : http://us.f2.yahoofs.com/bc/3fca26c1_77d2/bc/Public/teeChartProblem.bmp?bfaSOLAB2u1Y.RPC the ScreenShoot show 4 points with the wrong color. I can be sure the ColorMember is correct by the Mark directly bind from the Color Colums. Here a ...
- Tue Feb 10, 2004 8:02 pm
- Forum: .NET
- Topic: ColorMember works ALMOST for all points in a serie
- Replies: 8
- Views: 20007
ColorMember works ALMOST for all points in a serie
Hi I'm using ColorMember method with ASP.NET. Almost all the points (28 on 32) receive the correct color property specifie in a DataTable. But the series show 4 points with random Color. When I look into my dataSet at execution I see "Color [Blue]" but it show a Yellow, Gray and Green points. I'm us...
- Fri Feb 06, 2004 4:49 pm
- Forum: .NET
- Topic: ClickBackground() stops working correctly with DropDownList.
- Replies: 1
- Views: 7127
ClickBackground() stops working correctly with DropDownList.
Hi, I'm using a WebChart without any series inside. (asp.NET C#) I create the event ClickBackground() associate to the empty webChart. If a DropDownList is present in the webForm without items inside (empty), the event work correctly. But if there is any items inside the DropDownList, the event Clic...
- Thu Feb 05, 2004 6:48 pm
- Forum: .NET
- Topic: How can I use ColorMember with BubbleSeries.
- Replies: 2
- Views: 9501
Thanks.
Thanks Marjan.
I was using a Int32 colums. I'm sure a DataType Color will help me
I was using a Int32 colums. I'm sure a DataType Color will help me
- Wed Feb 04, 2004 8:05 pm
- Forum: .NET
- Topic: How can I use ColorMember with BubbleSeries.
- Replies: 2
- Views: 9501
How can I use ColorMember with BubbleSeries.
Hi, I create a BubbleSeries fill with a DataSource. One of my columns specifies the color of the bubble should be. here a sample of my simple code : styleBubble = new Steema.TeeChart.Styles.Bubble(chart); styleBubble.DataSource = tablePoints; styleBubble.YValues.DataMember = tablePoints.Columns["Pou...
- Mon Jan 19, 2004 3:58 pm
- Forum: .NET
- Topic: Shape_Click() events
- Replies: 4
- Views: 15593
- Mon Jan 19, 2004 3:45 pm
- Forum: .NET
- Topic: How to sort dates with multiple series
- Replies: 3
- Views: 11269
Date sorting
Hello, I sorry for the delay. I tried your code, it works with random values, and it also works with Northwind database (sample values with sqlserver). BUT not for me... I tried to set my datetime in varchar type. It's not the problem. I have two items : sechoir1 and sechoir2 (sechoir = dryer). When...
- Mon Jan 12, 2004 2:15 pm
- Forum: .NET
- Topic: How to sort dates with multiple series
- Replies: 3
- Views: 11269
How to sort dates with multiple series
Hello, I have a webchart with 2 points series. The bottom values of the two series are DateTime from 2 different queries, but on the same table. queries : p1: "SELECT * from tablesechages where idsechoir = 1 order by timestampdebut"; p2:"SELECT * from tablesechages where idsechoir = 2 order by times...
- Thu Dec 18, 2003 6:44 pm
- Forum: .NET
- Topic: Shape_Click() events
- Replies: 4
- Views: 15593
Hello, Does it mean that every runtime interactive events that respond to user mouseclicks will not work in TeeChart Pro.NET ? My WebChart is PostBack. I tried to make events with mouse, like ClickBackground, ClickSeries, ClickTitle. The mouse cursor is a hand (means there is a link). My WebChart is...
- Thu Dec 18, 2003 3:42 pm
- Forum: .NET
- Topic: I can't populate series in WebForm ASP.NET Application
- Replies: 2
- Views: 11034
Thanks
Oh well, you were right!
Now it works. Thank you very much!
Simon
Now it works. Thank you very much!
Simon
- Wed Dec 17, 2003 8:05 pm
- Forum: .NET
- Topic: I can't populate series in WebForm ASP.NET Application
- Replies: 2
- Views: 11034
I can't populate series in WebForm ASP.NET Application
Hello, I'm new to teeChart .Net. I followed the Tee Chart pro .Net tutorial to make a web chart. I dragued the webchart control and I created a serie. The problem is binding the serie. I have created a sqldataadapter object with a functionnal access, and I have tried to create an oledbadapter too. T...