Search found 49 matches

by Lenfors
Wed Oct 31, 2007 5:37 pm
Forum: VCL
Topic: Draw icons insted of points in a Series
Replies: 10
Views: 15669

Hello! Uploaded via the uploade page under name Mikael Lenfors.
by Lenfors
Wed Oct 31, 2007 2:54 pm
Forum: VCL
Topic: Draw icons insted of points in a Series
Replies: 10
Views: 15669

Perfect! Works like a dream. But I just got another issue. I use both the TDragMarksTool and the TDragPointTool. It seems like I can never reach the mark, it always finds the point to be dragged, even as the pojnt and the mark are located at some distance. I tried the SeriesMouseEnter event to se wh...
by Lenfors
Wed Oct 31, 2007 10:25 am
Forum: VCL
Topic: Draw icons insted of points in a Series
Replies: 10
Views: 15669

Thanks, was it that easy... Just two small issues left. I have my pictures in a TImageList and in the GetImage event I want to pick a picture from it. Procedure TMainForm.SeriesGetImage(Sender: TCustomImagePointSeries; ValueIndex: Integer; Picture: TPicture); Begin Picture := ImageList.GetPicture(0)...
by Lenfors
Tue Oct 30, 2007 7:11 pm
Forum: VCL
Topic: Draw icons insted of points in a Series
Replies: 10
Views: 15669

Draw icons insted of points in a Series

I need a TSeries where I can define a bitmap or icon for each point, custom drawing would be acceptable. Wich series would be the best to use and how do I insert my bitmaps?