MarksStyles different when loaded on server
Posted: Wed Jun 09, 2004 5:37 pm
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?
.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?