Search found 36 matches
- Wed Apr 04, 2007 9:16 am
- Forum: .NET
- Topic: Problem: TeeChart for .NET UPDATE BUILD v1.1.2531.28391
- Replies: 1
- Views: 3647
Problem: TeeChart for .NET UPDATE BUILD v1.1.2531.28391
Hello, We have never had a problem updating a new Update Build, but with the latest version (v1.1.2531.28391) we get the following exception: The located assembly's manifest definition with name 'Teechart' does not match the assembly reference We have already read the forums but we can't find a solu...
- Sat Nov 25, 2006 9:40 pm
- Forum: .NET
- Topic: HighLow Serie : Wrong color in legend.
- Replies: 7
- Views: 8763
- Thu Nov 23, 2006 4:04 pm
- Forum: .NET
- Topic: HighLowSerie : CalcXPosValue goes wrong !?
- Replies: 4
- Views: 5956
Hi,
We cannot use your event handler, because in asp.net is the mouseEventHandler not available.
We use instead :
With regards,
Roland Hillebrand
We cannot use your event handler, because in asp.net is the mouseEventHandler not available.
We use instead :
Code: Select all
this.GraphDetail.ClickSeries += new Steema.TeeChart.Web.WebChart.SeriesEventHandler(this.GraphDetail_ClickSeries);
Roland Hillebrand
- Thu Nov 23, 2006 3:45 pm
- Forum: .NET
- Topic: HighLow Serie : Wrong color in legend.
- Replies: 7
- Views: 8763
- Thu Nov 23, 2006 3:41 pm
- Forum: .NET
- Topic: HighLowSerie : CalcXPosValue goes wrong !?
- Replies: 4
- Views: 5956
Hi, This is the complete function. You use a other serie click event ?! private void GraphDetail_ClickSeries(object sender, Steema.TeeChart.Styles.Series s, int valueIndex, System.EventArgs e) { try { Steema.TeeChart.Chart tChart=((Steema.TeeChart.Web.WebChart)sender).Chart; clickedX=s.CalcXPos(valu...
- Thu Nov 23, 2006 3:31 pm
- Forum: .NET
- Topic: HighLow Serie : Wrong color in legend.
- Replies: 7
- Views: 8763
- Thu Nov 23, 2006 3:24 pm
- Forum: .NET
- Topic: HighLow Serie : Wrong color in legend.
- Replies: 7
- Views: 8763
- Thu Nov 23, 2006 1:25 pm
- Forum: .NET
- Topic: HighLow Serie : Wrong color in legend.
- Replies: 7
- Views: 8763
HighLow Serie : Wrong color in legend.
Hello, By a highLow serie we see a other color in the legend of the serie then we have defined. How can we fix this. The code we use : Steema.TeeChart.Styles.HighLow HighLowStyle = new Steema.TeeChart.Styles.HighLow(); Color colorSerie = Color.SaddleBrown; HighLowStyle.XValues.DateTime = true; HighL...
- Thu Nov 23, 2006 12:58 pm
- Forum: .NET
- Topic: HighLowSerie : CalcXPosValue goes wrong !?
- Replies: 4
- Views: 5956
HighLowSerie : CalcXPosValue goes wrong !?
Hello, The following line always returns : -32768 clickedX1 = HighLow.CalcXPosValue(HighLow.LowValues[valueIndex]); The lowvalue at index = 0.5 the highValue at index = 8.5 We want to show in the afterdraw the clicked position. The outcome must be a donut at the high pen and a donut at the low pen. ...
- Fri Sep 22, 2006 11:34 am
- Forum: .NET
- Topic: High-Low: ClickSeries Event not fired, strange behavior
- Replies: 5
- Views: 6655
- Wed Sep 06, 2006 11:12 am
- Forum: .NET
- Topic: High-Low: ClickSeries Event not fired, strange behavior
- Replies: 5
- Views: 6655
Maintaince release for bugs in v1.1.2307.20497
When can we expect the maintaince release.narcis wrote:Hi Roland,
This issue has already been fixed and the fix will be included in the next maintenance release.
With regards,
Roland Hillebrand
- Wed May 31, 2006 9:55 am
- Forum: .NET
- Topic: High-Low: ClickSeries Event not fired, strange behavior
- Replies: 5
- Views: 6655
High-Low: ClickSeries Event not fired, strange behavior
Support, We have a website with the teechart .Net Build 1.1.2307.20497 and implemented the clickseries examples. This works for most of the serie styles correct. Except for the High-Low series. When we click on a black colored High-Low serie the serie turns red, without the click event. The click ev...
- Wed Mar 22, 2006 9:55 am
- Forum: .NET
- Topic: Color of the bottomaxis (ticks)
- Replies: 2
- Views: 4348
- Tue Mar 21, 2006 12:20 pm
- Forum: .NET
- Topic: Color of the bottomaxis (ticks)
- Replies: 2
- Views: 4348
Color of the bottomaxis (ticks)
Hello, I am traying to set the color of the ticks on the bottom axis. The color is now gray and we want this to be colored black (same as color of the labels). The grid must be gray. If we do this like so : chart.Chart.Axes.Bottom.Ticks.Length = 7; chart.Chart.Axes.Bottom.Ticks.Color = Color.Black; ...
- Thu Mar 16, 2006 12:06 pm
- Forum: .NET
- Topic: Licensing problem V1.1
- Replies: 19
- Views: 27802
Marc, We have the problem solved on the run time client. Here are the steps : We have to use the LC.exe util from microsoft. LC /target:<classname>.dll /complist:licenses.licx If you get a problem like LC error: (Because the entry contains a PublicKeyToken, LC only looks for the assembly in the same...