Hi Narcis,
Yes 10 days is acceptable for us.
Thank you,
Verane.
Search found 8 matches
- Thu Sep 13, 2007 3:23 pm
- Forum: .NET
- Topic: SeriesRegionTool
- Replies: 12
- Views: 6456
Hi Narcis Yes it seems impossible to do what I need to do (color one peak of my sinusoid only) with the SeriesRegionTool. Is there any other option to do that ? I tried to scan all the chart pixels and test if a particular pixel was inside the surface I wanted to color. If yes I colored it using Pix...
- Thu Sep 13, 2007 12:51 pm
- Forum: .NET
- Topic: SeriesRegionTool
- Replies: 12
- Views: 6456
I have uploaded three bmp files on your updload page : verane1, verane2 and verane3. verane1 shows what happened when I use a SeriesRegionTool with Origin = the lowest point of my intersecting line (the green marker). I have too much things colored in light blue. I thought it was what you explained ...
- Thu Sep 13, 2007 12:16 pm
- Forum: .NET
- Topic: SeriesRegionTool
- Replies: 12
- Views: 6456
- Thu Sep 13, 2007 12:03 pm
- Forum: .NET
- Topic: SeriesRegionTool
- Replies: 12
- Views: 6456
Hi Narcis, Thanks for the answer. Could tell me roughly when you plan to have SeriesBand and origin not parallel to bottom axis implemented ? I have looked at your workaround and there is something I don't understand. The principle is to draw more than needed and then cover the excedent part with a ...
- Thu Sep 13, 2007 9:25 am
- Forum: .NET
- Topic: SeriesRegionTool
- Replies: 12
- Views: 6456
Hi, I have found no solution to tell that the origin is not parallel to the bottom axis. So my next idea was to create a fake fast line serie that is transpartent and that is the same as my line. So now I have two fast line series, whose interserction is a closed region. But I do not see any color. ...
- Wed Sep 12, 2007 2:50 pm
- Forum: .NET
- Topic: SeriesRegionTool
- Replies: 12
- Views: 6456
- Wed Sep 12, 2007 2:27 pm
- Forum: .NET
- Topic: SeriesRegionTool
- Replies: 12
- Views: 6456
SeriesRegionTool
Hi, I would like to color an area below a serie but above a line (drawn using the lineTo function of the canvas). I have tried to go through all pixels of the teeChart and color those that were between my line and my serie, but this is very slow. I have seen in this forum something about SeriesRegio...