Search found 3 matches
- Thu Aug 31, 2006 4:30 am
- Forum: .NET
- Topic: colour of dots in point series is not working
- Replies: 4
- Views: 7314
- Tue Aug 29, 2006 7:27 am
- Forum: .NET
- Topic: colour of dots in point series is not working
- Replies: 4
- Views: 7314
still not working
I tried origin.ColorEach = true, about half the points are still not reflection the colour passed in when we add them.
- Mon Aug 28, 2006 11:22 pm
- Forum: .NET
- Topic: colour of dots in point series is not working
- Replies: 4
- Views: 7314
colour of dots in point series is not working
Hi, After ugrading from teechart lite to pro, assigning colours to individual points in a points series when you add a point only seems to work randomly. Here is the code: [code] Points origin = new Points(); origin.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Circle; int catchRadius = 5; or...