Search found 9 matches

by Vidar
Fri Jun 15, 2007 1:53 pm
Forum: .NET
Topic: DateTime increment on bottom axis
Replies: 6
Views: 5881

hi,

This was the correct solution. Thank you very much for the quick response.

Regards.
by Vidar
Fri Jun 15, 2007 10:57 am
Forum: .NET
Topic: DateTime increment on bottom axis
Replies: 6
Views: 5881

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...
by Vidar
Fri Jun 15, 2007 10:27 am
Forum: .NET
Topic: DateTime increment on bottom axis
Replies: 6
Views: 5881

I tried to do this

Code: Select all

WebChart1.Chart.Axes.Bottom.Increment = Steema.TeeChart.DateTimeSteps.OneWeek;
But since .Increment accepts only double then I tried

Code: Select all

WebChart1.Chart.Axes.Bottom.Increment = (double)Steema.TeeChart.DateTimeSteps.OneWeek;
but that doesn't help.

Regards.
by Vidar
Fri Jun 15, 2007 10:04 am
Forum: .NET
Topic: DateTime increment on bottom axis
Replies: 6
Views: 5881

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....
by Vidar
Fri Apr 06, 2007 11:10 am
Forum: .NET
Topic: Panel Transparency trouble
Replies: 5
Views: 5105

Thanks Narcís.

i will send you a message with the code i use to solve this for your reference.

best regards Vidar
by Vidar
Wed Apr 04, 2007 12:48 pm
Forum: .NET
Topic: Panel Transparency trouble
Replies: 5
Views: 5105

The error msg is just an IE7 random error message so i doesn't really matter
but i get the black panel background :s
by Vidar
Wed Apr 04, 2007 12:38 pm
Forum: .NET
Topic: Panel Transparency trouble
Replies: 5
Views: 5105

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...
by Vidar
Wed Apr 04, 2007 10:13 am
Forum: .NET
Topic: Panel Transparency trouble
Replies: 5
Views: 5105

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...
by Vidar
Mon Apr 02, 2007 4:55 pm
Forum: .NET
Topic: Install error when adding to toolbox vs2005
Replies: 9
Views: 9644

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.