TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
mrsgrams
- Newbie
- Posts: 11
- Joined: Thu Apr 22, 2004 4:00 am
- Location: ND
Post
by mrsgrams » 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?
-
mrsgrams
- Newbie
- Posts: 11
- Joined: Thu Apr 22, 2004 4:00 am
- Location: ND
Post
by mrsgrams » Wed Jun 09, 2004 6:30 pm
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.