Jump to content
Software FX Community

Chartfx and Delphi 4.0: Stripe[0].To := 20;


User (Legacy)

Recommended Posts

Hi,

Just wondering if anyone knows why I can't get this compiled in Delphi 4.0.

ChartFX1.Stripe[0].To := 20;

When delphi sees the 'To' part of it, it thinks it's used like a for - to

loop or something. This also happens when I try to do a label like this:

ChartFX1.ConstantLine[0].Label := 'Hello';

It thinks the label is a label to a control or something.

Can anyone help?

e-mail me at: albremer@henryetta.net or I'll try to get back to this list.

al

Link to comment
Share on other sites

Hi,

please try ChartFX1.Stripe[0].To_ := 20;

GA

Software FX, Inc.

"Al" <albremer@henryetta.net> wrote in message

news:onp8PentDHA.3808@WEBSERVER1...

> Hi,

>

> Just wondering if anyone knows why I can't get this compiled in Delphi

4.0.

>

> ChartFX1.Stripe[0].To := 20;

>

> When delphi sees the 'To' part of it, it thinks it's used like a for - to

> loop or something. This also happens when I try to do a label like this:

>

> ChartFX1.ConstantLine[0].Label := 'Hello';

>

> It thinks the label is a label to a control or something.

>

> Can anyone help?

>

> e-mail me at: albremer@henryetta.net or I'll try to get back to this list.

>

> al

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...