Search found 14 matches

by Glynn
Wed Jun 14, 2006 3:53 pm
Forum: .NET
Topic: Highlight data on a chart
Replies: 5
Views: 6553

Looks good but....

Got the sample thanks but have one question... In my application the user will use the movable line to mark parts on the chart of 'interest'. In the sample, if i move the line to an area of interest I can't move my mouse away from the chart without it moving the line. I would like my users to hit a ...
by Glynn
Wed Jun 14, 2006 9:42 am
Forum: .NET
Topic: Highlight data on a chart
Replies: 5
Views: 6553

Can't find the sample

Thanks for the reply but I can't find the sample you mention in the Demo project. I have installed the UpdateBuild for Version 1 from my customer page but do I need to install Version 2. I think my license only covers me for Version 1 because I can't download Version 2 from my customer page, if this...
by Glynn
Tue Jun 13, 2006 12:58 pm
Forum: .NET
Topic: Highlight data on a chart
Replies: 5
Views: 6553

Highlight data on a chart

Hi,

I would like to allow my users to move a vertical line across the chart using the mouse or arrow keys and where the line crosses data series extract the value at that point.

What's the best way of achieving this?

Thanks in advance...
by Glynn
Wed Jan 18, 2006 10:15 am
Forum: .NET
Topic: Add method for Gantt in Pocket
Replies: 1
Views: 3655

Add method for Gantt in Pocket

I have my Gantt working OK but would like to add a number of bars but would like them to appear on the same horizontal row.

They are number of time periods that are associated with the same task.

Thanks in advance...
by Glynn
Wed Jan 04, 2006 12:30 pm
Forum: .NET
Topic: Bar spacing on Gantt in Pocket
Replies: 1
Views: 3668

Bar spacing on Gantt in Pocket

I have my Gantt working now in Pocket (thanks for the support!) but now I have another question.. The chart engine seems to distribute the data series bars evenly across the height of the chart. So when you have only two bars you get one at the top and one at the bottom. Is there an easy way to stop...
by Glynn
Wed Jan 04, 2006 12:26 pm
Forum: .NET
Topic: Gantt issues in Pocket.dll
Replies: 4
Views: 6109

Thanks

Thanks that seems to work..
by Glynn
Tue Dec 20, 2005 5:27 pm
Forum: .NET
Topic: Gantt issues in Pocket.dll
Replies: 4
Views: 6109

Downloaded V2 and still doesn't work. I can reproduce the problem in your compact framework sample. Add the following lines of code to the combo changed method: tChart1.Axes.Bottom.Automatic = false; tChart1.Axes.Bottom.AutomaticMaximum=false; tChart1.Axes.Bottom.AutomaticMinimum=false; tChart1.Axes...
by Glynn
Mon Dec 19, 2005 4:00 pm
Forum: .NET
Topic: Gantt issues in Pocket.dll
Replies: 4
Views: 6109

Gantt issues in Pocket.dll

Hi, Struggling to get the chart to display a Gantt properly in Pocket. I'm adding values to the data series as follows (VB.net) Me.EventsDataSeries.Add(CDate(FlexGrid.GetData(rw.Index, 2)), CDate(FlexGrid.GetData(rw.Index, 3))) Where the flex grid columns 2 and 3 contain valid dates. Some sample dat...
by Glynn
Mon Dec 19, 2005 3:42 pm
Forum: .NET
Topic: Gantt chart minimum and maximum in Pocket.dll
Replies: 1
Views: 3702

Resolved it, found the SetMinMax method that accepts Date's
by Glynn
Mon Dec 19, 2005 3:27 pm
Forum: .NET
Topic: Gantt chart minimum and maximum in Pocket.dll
Replies: 1
Views: 3702

Gantt chart minimum and maximum in Pocket.dll

Hi, I'm trying to set the start date and end date for a gantt in Pocket. I've looked at what the designer does in a Windows forms app (full framework) and noticed that it sets the bottomaxis minimum and maximum properties and these values appear to be doubles. My start and end dates are of type 'Dat...
by Glynn
Mon Dec 19, 2005 2:11 pm
Forum: .NET
Topic: Export function in pocket.dll
Replies: 1
Views: 3662

Export function in pocket.dll

Hi,

I notice there's not Export method in the pocket version...any tips on how I can export the chart image?

Thanks in advance..
by Glynn
Tue Nov 29, 2005 4:02 pm
Forum: .NET
Topic: Gradient Bar with Pocket.dll
Replies: 3
Views: 5367

Thanks for the reply...

It's a bit confusing when the properties and methods seem to exist but it just ignores them..
by Glynn
Tue Nov 29, 2005 3:01 pm
Forum: .NET
Topic: Gradient Bar with Pocket.dll
Replies: 3
Views: 5367

Gradient Bar with Pocket.dll

Does the gradient work in pocket dll?

I can get it to work fine in the desktop version but not on my CE device...
by Glynn
Tue Oct 26, 2004 7:08 am
Forum: .NET
Topic: Functions in Pocket.dll
Replies: 1
Views: 4470

Functions in Pocket.dll

When trying to use a function in pocket.dll it throws an 'Invalid Cast Exception' when the function is assigned to the function property of a bar.

The exact same code works fine when copied into a Windows form project.

Are functions supported in Pocket and if so how do you implement them?