Search found 1 match
- Tue Nov 28, 2006 1:31 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: MarkerStyle with Charts
- Replies: 3
- Views: 4049
MarkerStyle with Charts
Hi, i'm testing XLSReadWriteII for .NET. Hope that i post to the right board. I have 2 problems. The first concerns the Markerstyles, while removing them for 3 Series. Here is my code: Chart = XLS.Sheets[2].AddChart(); Chart.Col1 = 1; Chart.Col2 = 23; Chart.Row1 = 1; Chart.Row2 = 50; Chart.Series[0]...