Search found 14 matches
- Wed Jun 14, 2006 3:53 pm
- Forum: .NET
- Topic: Highlight data on a chart
- Replies: 5
- Views: 6587
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 ...
- Wed Jun 14, 2006 9:42 am
- Forum: .NET
- Topic: Highlight data on a chart
- Replies: 5
- Views: 6587
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...
- Tue Jun 13, 2006 12:58 pm
- Forum: .NET
- Topic: Highlight data on a chart
- Replies: 5
- Views: 6587
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...
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...
- Wed Jan 18, 2006 10:15 am
- Forum: .NET
- Topic: Add method for Gantt in Pocket
- Replies: 1
- Views: 3684
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...
They are number of time periods that are associated with the same task.
Thanks in advance...
- Wed Jan 04, 2006 12:30 pm
- Forum: .NET
- Topic: Bar spacing on Gantt in Pocket
- Replies: 1
- Views: 3699
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...
- Wed Jan 04, 2006 12:26 pm
- Forum: .NET
- Topic: Gantt issues in Pocket.dll
- Replies: 4
- Views: 6140
Thanks
Thanks that seems to work..
- Tue Dec 20, 2005 5:27 pm
- Forum: .NET
- Topic: Gantt issues in Pocket.dll
- Replies: 4
- Views: 6140
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...
- Mon Dec 19, 2005 4:00 pm
- Forum: .NET
- Topic: Gantt issues in Pocket.dll
- Replies: 4
- Views: 6140
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...
- Mon Dec 19, 2005 3:42 pm
- Forum: .NET
- Topic: Gantt chart minimum and maximum in Pocket.dll
- Replies: 1
- Views: 3737
- Mon Dec 19, 2005 3:27 pm
- Forum: .NET
- Topic: Gantt chart minimum and maximum in Pocket.dll
- Replies: 1
- Views: 3737
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...
- Mon Dec 19, 2005 2:11 pm
- Forum: .NET
- Topic: Export function in pocket.dll
- Replies: 1
- Views: 3688
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..
I notice there's not Export method in the pocket version...any tips on how I can export the chart image?
Thanks in advance..
- Tue Nov 29, 2005 4:02 pm
- Forum: .NET
- Topic: Gradient Bar with Pocket.dll
- Replies: 3
- Views: 5393
- Tue Nov 29, 2005 3:01 pm
- Forum: .NET
- Topic: Gradient Bar with Pocket.dll
- Replies: 3
- Views: 5393
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...
I can get it to work fine in the desktop version but not on my CE device...
- Tue Oct 26, 2004 7:08 am
- Forum: .NET
- Topic: Functions in Pocket.dll
- Replies: 1
- Views: 4493
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?
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?