Search found 4 matches
- Mon May 05, 2014 10:55 am
- Forum: .NET
- Topic: Adding PointSeries
- Replies: 3
- Views: 5858
Re: Adding PointSeries
It works fantastic - Thank you!!
- Mon May 05, 2014 10:50 am
- Forum: .NET
- Topic: Concerning FastLineSeries
- Replies: 3
- Views: 6073
Re: Concerning FastLineSeries
Hi,
I found the error - If I use the code below; then I can get it to work
I found the error - If I use the code below; then I can get it to work
Code: Select all
FastLineseries1.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.None;
- Fri May 02, 2014 1:09 pm
- Forum: .NET
- Topic: Adding PointSeries
- Replies: 3
- Views: 5858
Adding PointSeries
Hi, I have tried to add a new pointseries using new Steema.TeeChart.Styles.Points(tChart1.Chart); Steema.TeeChart.Styles.Points Po = tChart1[tChart1.Series.Count-1]; But I can't get the 2nd line to work. 1) I would like to add a series and then get the last added series put into the variable Po - Ho...
- Fri May 02, 2014 12:08 pm
- Forum: .NET
- Topic: Concerning FastLineSeries
- Replies: 3
- Views: 6073
Concerning FastLineSeries
Hi, I use the following code and I get the result shown in the attached file "Chart1" but I would have expected the result shown in the attached file "Chart2". What am I doing wrong?? I'm using TeeChart Pro .Net v2010 version 4.1.2012.2283 on VS C# 2010 .NET framework 4, Windows application, on Win7...