Many thanks. I will give it a try
Mike
Search found 10 matches
- Tue Jun 10, 2008 10:15 am
- Forum: VCL
- Topic: Changing point sizes
- Replies: 2
- Views: 7110
- Tue Jun 10, 2008 9:26 am
- Forum: VCL
- Topic: Changing point sizes
- Replies: 2
- Views: 7110
Changing point sizes
I have a chart on which I have plotted say 20 points using a pointseries. Each point is plotted as a circle of a certain size. How can I arrange it that every odd point is largere than the even points? When I change the size of one point in the series is automatically affects all the points.
Mike
Mike
- Mon May 19, 2008 6:48 pm
- Forum: VCL
- Topic: Changing Series
- Replies: 2
- Views: 8473
Changigs series types
Thanks. That's exactly what I was looking for.
Mike
Mike
- Mon May 19, 2008 6:00 pm
- Forum: VCL
- Topic: Changing Series
- Replies: 2
- Views: 8473
Changing Series
Suppose I have a chart with a bar series. Is there code that after plotting the bar series can change it automatically to say a line series on the press of a button?
Mike.
Mike.
- Sat May 17, 2008 3:59 pm
- Forum: VCL
- Topic: Printing multiple charts
- Replies: 1
- Views: 6541
Printing multiple charts
I have a form on which there are 6 separate charts. What is the best way in which I could print them all in a single file? Any suggestions welcome.
Mike
Mike
- Mon May 12, 2008 9:41 am
- Forum: VCL
- Topic: Histograms
- Replies: 2
- Views: 6315
Histograms
Thanks. Yes it was an elementary mistake. Problem is now solved. Many thanks
- Sat May 10, 2008 2:05 pm
- Forum: VCL
- Topic: Histograms
- Replies: 2
- Views: 6315
Histograms
I am trying to create a histogram from a set of data but I cant seem to get it to work. I have typically about 1000 floating point numbers in the array MyLog which is declared in another unit (unit1). The following is sample code: The line Series2.FunctionType:= TeeFunction1; cause the program to ha...
- Sun Dec 02, 2007 11:22 am
- Forum: VCL
- Topic: Multiple axes and zooming
- Replies: 5
- Views: 14683
Zooming on multiple axesd
Zooming is not supported on custom axes. Please read this FAQ item on how to zoom custom axes.
I tried to go to this FAQ but it is not there.
Mike
I tried to go to this FAQ but it is not there.
Mike
- Wed Nov 14, 2007 5:08 pm
- Forum: VCL
- Topic: TMagnifyTool
- Replies: 4
- Views: 10676
Magnifier
OK I have solved the problem. My program was inadvertently changing the cursor elsewhere and this was overriding the cursor for the magnifier.
- Wed Nov 14, 2007 4:43 pm
- Forum: VCL
- Topic: TMagnifyTool
- Replies: 4
- Views: 10676
Magnify Tool
Sorry for some reason the system seemed to think I was Thomas Klinger. Actually it is Mike Glazer. Anyway, When I allow resizeing of the magnifier I can certainly make it resize with the mouse. However, the cursor does not seem to change as in your demo when I place it over the edge of the maginifie...