Search found 2 matches
- Fri Jun 22, 2007 11:59 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Problem Chart formatting
- Replies: 1
- Views: 2991
Problem Chart formatting
Hi, i've got several problems with Charts, especially when i want to format something. 1. Its not possible to change the LineWidth and Marker in a LineChart. I tried it the following way: Series[Series.Count - 1].HasDefDataPoint := True; Series[Series.Count - 1].DefDataPoint.LineFormat.LineWeight :=...
- Thu Jun 21, 2007 7:34 am
- Forum: XLSReadWriteII 3/4/5
- Topic: MarkerStyle with Charts
- Replies: 3
- Views: 4050
Hello, you need to set the automatic-Property to false. But it seems to get another problem - it only works with the first series! I have the same problem, and I have it also with the lineformat... It only affects the first series, and the series always is black (but I set the linecolor to the previ...