Page 1 of 1

MarksStyles different when loaded on server

Posted: Wed Jun 09, 2004 5:37 pm
by 8125211
I am running Server 2003 on my web server, and XP Pro on my local PC. When I test my Teechart on my local pc, the chart shows properly with the marks on a barchart set as follows:

.Series(0).Marks.Style = Steema.TeeChart.Styles.MarksStyles.Value

BUT, when I use copy project in .net 2002 to put it on my web server, the marks change to the label style instead. I addition, the color of the chart bars changes. How can I force it to work properly?

Posted: Wed Jun 09, 2004 6:30 pm
by 8125211
I found the problem The chart was sitting on the page, and there was a series within the active x control itself (not created in code). It must have been there from when I was doing some testing. The settings for that series item were over riding the series I created in code.