hi,
This was the correct solution. Thank you very much for the quick response.
Regards.
Search found 9 matches
- Fri Jun 15, 2007 1:53 pm
- Forum: .NET
- Topic: DateTime increment on bottom axis
- Replies: 6
- Views: 5931
- Fri Jun 15, 2007 10:57 am
- Forum: .NET
- Topic: DateTime increment on bottom axis
- Replies: 6
- Views: 5931
hi, Now we are getting somewhere, WebChart1.Chart.Axes.Bottom.SetMinMax(DateTime.Parse("01.01.2007"), DateTime.Parse(day)); WebChart1.Chart.Axes.Bottom.Increment = Steema.TeeChart.Utils.GetDateTimeStep(Steema.TeeChart.DateTimeSteps.OneWeek); This is the code I'm using. I set the min to 01.01.2007 an...
- Fri Jun 15, 2007 10:27 am
- Forum: .NET
- Topic: DateTime increment on bottom axis
- Replies: 6
- Views: 5931
I tried to do this
But since .Increment accepts only double then I tried
but that doesn't help.
Regards.
Code: Select all
WebChart1.Chart.Axes.Bottom.Increment = Steema.TeeChart.DateTimeSteps.OneWeek;
Code: Select all
WebChart1.Chart.Axes.Bottom.Increment = (double)Steema.TeeChart.DateTimeSteps.OneWeek;
Regards.
- Fri Jun 15, 2007 10:04 am
- Forum: .NET
- Topic: DateTime increment on bottom axis
- Replies: 6
- Views: 5931
DateTime increment on bottom axis
hi, I'm having a problem with the date time increment for a webChart on the bottom axis. I'm calulating values for each week this year and I need the chart to show one week increment on the bottom axis which spans the first week of the year (1.1.2007) all the way to the current week (15.6.2007) btw....
- Fri Apr 06, 2007 11:10 am
- Forum: .NET
- Topic: Panel Transparency trouble
- Replies: 5
- Views: 5139
- Wed Apr 04, 2007 12:48 pm
- Forum: .NET
- Topic: Panel Transparency trouble
- Replies: 5
- Views: 5139
- Wed Apr 04, 2007 12:38 pm
- Forum: .NET
- Topic: Panel Transparency trouble
- Replies: 5
- Views: 5139
Yes i have tried: Bitmap, PNG, JPEG and GIF format's and none work. except PNG for InternetExplorer 7. And to my knowledge most of the image files can be transparent in Internet Explorer 6, as long as they are created with transparency. I am just asking if i am forgetting some settings. when i creat...
- Wed Apr 04, 2007 10:13 am
- Forum: .NET
- Topic: Panel Transparency trouble
- Replies: 5
- Views: 5139
Panel Transparency trouble
Hi, I've been trying to set transparency for the panel but it doesn't seem to want to work for me. The Only thing thats worked for me so far is having a PNG PictureFormat and that's only for IE7 and not IE6. The format doesn't really matter, only that it work's with IE6 I've tried: WebChart1.Chart.P...
- Mon Apr 02, 2007 4:55 pm
- Forum: .NET
- Topic: Install error when adding to toolbox vs2005
- Replies: 9
- Views: 9688
Install error when adding to toolbox vs2005
Hi,
I'm getting an errror when the installer is trying to add to the toolbox and if I try to add the dll my self it doesn't appear. I'm using vs2005.
the intaller error is
TOOLBO~.EXE has encountered a problem etc...
does anyone know of a solution.
I'm getting an errror when the installer is trying to add to the toolbox and if I try to add the dll my self it doesn't appear. I'm using vs2005.
the intaller error is
TOOLBO~.EXE has encountered a problem etc...
does anyone know of a solution.