Re: [Lazarus] TAChart legends

2011-08-21 Thread Alexander Klenin
On Sun, Aug 21, 2011 at 16:58, David M. Lawrence d...@fuzzo.com wrote:
 Set Alignment=laBottomCenter and UseSidebar=true

 What version of TAchart is the laBottomCenter option in?

Svn trunk.

-- 
Alexander S. Klenin

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] TAChart legends

2011-08-21 Thread David M. Lawrence


On 8/21/2011 2:02 AM, Alexander Klenin wrote:

On Sun, Aug 21, 2011 at 16:58, David M. Lawrenced...@fuzzo.com  wrote:

Set Alignment=laBottomCenter and UseSidebar=true


What version of TAchart is the laBottomCenter option in?

Svn trunk.

I have downloaded the latest version of the TAChart files, but I get the 
following error when I try to compile it in Lazarus:


C:\lazarus\components\tachart\tagraph.pas(532,5) Error: Wrong number of 
parameters specified for call to 'ReadComponentFromBinaryStream'


Dave

--
--
 David M. Lawrence| Home:  (804) 559-9786
 7471 Brook Way Court | Fax:   (804) 559-9787
 Mechanicsville, VA 23111 | Email: d...@fuzzo.com
 USA  | http:  http://fuzzo.com
--

All drains lead to the ocean.  -- Gill, Finding Nemo

We have met the enemy and he is us.  -- Pogo

No trespassing
 4/17 of a haiku  --  Richard Brautigan


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] TAChart legends

2011-08-21 Thread Alexander Klenin
On Mon, Aug 22, 2011 at 04:37, David M. Lawrence d...@fuzzo.com wrote:
 Svn trunk.

 I have downloaded the latest version of the TAChart files, but I get the
 following error when I try to compile it in Lazarus:

 C:\lazarus\components\tachart\tagraph.pas(532,5) Error: Wrong number of
 parameters specified for call to 'ReadComponentFromBinaryStream'

It seems new TAChart will not compile with old Lazarus.
Either get and compile whole Lazarus:
http://wiki.lazarus.freepascal.org/Getting_Lazarus
Or get a binary snapshot:
http://www.hu.freepascal.org/lazarus/


-- 
Alexander S. Klenin

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] TAChart legends

2011-08-20 Thread David M. Lawrence
Is there a way to have the legend aligned bottom center and BELOW the 
frame of the graph.  The only alignment I could find was top or bottom 
right or left, with the legend parked on top of the data I'd like to 
show.  The graph would benefit from the legend, but not if the only way 
to have the legend ends up hiding some of the data is it supposed to 
explain.


Dave

--
--
 David M. Lawrence| Home:  (804) 559-9786
 7471 Brook Way Court | Fax:   (804) 559-9787
 Mechanicsville, VA 23111 | Email: d...@fuzzo.com
 USA  | http:  http://fuzzo.com
--

All drains lead to the ocean.  -- Gill, Finding Nemo

We have met the enemy and he is us.  -- Pogo

No trespassing
 4/17 of a haiku  --  Richard Brautigan


--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] TAChart legends

2011-08-20 Thread Alexander Klenin
On Sun, Aug 21, 2011 at 16:18, David M. Lawrence d...@fuzzo.com wrote:
 Is there a way to have the legend aligned bottom center and BELOW the frame
 of the graph.  The only alignment I could find was top or bottom right or
 left, with the legend parked on top of the data I'd like to show.  The graph
 would benefit from the legend, but not if the only way to have the legend
 ends up hiding some of the data is it supposed to explain.

Set Alignment=laBottomCenter and UseSidebar=true

-- 
Alexander S. Klenin

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus