Your right. Brush works, it was the "LinePen.Visible" that did not work...
I already have upgraded to version "1.1.1769.19457", but that did not fix anything.
Will you look into that (too)?
br,
Klaus WJ
Search found 6 matches
- Fri Jan 28, 2005 1:39 pm
- Forum: .NET
- Topic: hide line but show the datpoints
- Replies: 6
- Views: 12607
- Wed Jan 26, 2005 12:50 pm
- Forum: .NET
- Topic: hide line but show the datpoints
- Replies: 6
- Views: 12607
Line visible?
Hi To control this feature on the transparency property, seems incorrect! * Steema.TeeChart.Styles.Line.Pointer.Visible //controls if the points are printed * Steema.TeeChart.Styles.Line.Brush.Visible //controls nothing In your editor. The checkbox that should control the border of the line also has...
- Mon Feb 09, 2004 12:50 pm
- Forum: .NET
- Topic: Problem with deleting points from a serie
- Replies: 6
- Views: 18511
Release date?
Hi Marc
Very soon I'll have to make a release of my app. When will the .NET component come in a fixed version?
Br,
Klaus WJ
Very soon I'll have to make a release of my app. When will the .NET component come in a fixed version?
Br,
Klaus WJ
- Fri Jan 30, 2004 9:48 pm
- Forum: .NET
- Topic: Problem with deleting points from a serie
- Replies: 6
- Views: 18511
- Thu Jan 29, 2004 8:37 am
- Forum: .NET
- Topic: Problem with deleting points from a serie
- Replies: 6
- Views: 18511
- Mon Jan 26, 2004 12:15 pm
- Forum: .NET
- Topic: Problem with deleting points from a serie
- Replies: 6
- Views: 18511
Problem with deleting points from a serie
Hi, every time I call the Delete method on a Line-serie, it throws an exception. I have now removed everything fancy as time formatting and everything. Now my code is like this: { Steema.TeeChart.Styles.Line serie = new Steema.TeeChart.Styles.Line(); LineChart.Series.Add(serie); for(int nIndex=0; nI...