Search found 31 matches
- Fri Jul 18, 2008 12:22 am
- Forum: .NET
- Topic: Fastline not drawing correctly.
- Replies: 9
- Views: 11981
- Fri Jul 18, 2008 12:15 am
- Forum: .NET
- Topic: Line Series with two points the same.
- Replies: 1
- Views: 3768
Line Series with two points the same.
I have a Line series with Points visible that contains only two points. If the points happen to be the same value the chart does not draw any points. Example) Add a Line series to a chart and make the points visible. In the Form constructor add the two points. public Form1() { InitializeComponent();...
- Wed Dec 05, 2007 6:50 pm
- Forum: .NET
- Topic: Fastline not drawing correctly.
- Replies: 9
- Views: 11981
- Tue Dec 04, 2007 6:32 pm
- Forum: .NET
- Topic: Setting zorder to the same value for multiple Fastline
- Replies: 9
- Views: 15666
- Thu Jun 21, 2007 4:52 pm
- Forum: .NET
- Topic: License problem
- Replies: 3
- Views: 7234
Could you direct me to the text in the license that states we don't need a license for a build-only machine? Our IT department needs something a little more binding than a reference to this post. Secondly, most of our developers have multiple machines and/or use virtual machines. If the developer is...
- Thu Feb 08, 2007 7:49 pm
- Forum: .NET
- Topic: Fastline not drawing correctly.
- Replies: 9
- Views: 11981
- Wed Jul 26, 2006 3:32 pm
- Forum: .NET
- Topic: Fastline not drawing correctly.
- Replies: 9
- Views: 11981
- Tue Jul 11, 2006 7:52 pm
- Forum: .NET
- Topic: OutOfMemoryException CustomLabels
- Replies: 21
- Views: 28365
- Wed Jun 28, 2006 4:18 pm
- Forum: .NET
- Topic: Setting zorder to the same value for multiple Fastline
- Replies: 9
- Views: 15666
- Tue Jun 27, 2006 5:16 pm
- Forum: .NET
- Topic: Setting zorder to the same value for multiple Fastline
- Replies: 9
- Views: 15666
- Tue Jun 27, 2006 4:44 pm
- Forum: .NET
- Topic: Fastline not drawing correctly.
- Replies: 9
- Views: 11981
Fastline not drawing correctly.
Fastline series will not draw to the edge of the graph when panning. After running the example code slowly pan the series to the right and you will see one or both of the series lines stop short of the edge. In some cases its a very wide gap. Here is the example: public Form1() { InitializeComponent...
- Tue Jun 20, 2006 8:11 pm
- Forum: .NET
- Topic: OutOfMemoryException CustomLabels
- Replies: 21
- Views: 28365
- Mon Jun 19, 2006 4:56 pm
- Forum: .NET
- Topic: OutOfMemoryException CustomLabels
- Replies: 21
- Views: 28365
- Fri Jun 16, 2006 4:41 pm
- Forum: .NET
- Topic: Memory Leak in TeeChart Pocket OnPaint !
- Replies: 11
- Views: 17810
- Fri Jun 16, 2006 4:35 pm
- Forum: .NET
- Topic: OutOfMemoryException CustomLabels
- Replies: 21
- Views: 28365
It looks like the arraylist is only needed for handling the click label event. Since we do not use this feature we have implemented this workaround. After initializing the chart we get the labelpos arraylist using reflection and subscribe to the GetAxisDrawLabel event. FieldInfo labelPosInfo = chart...