Jump to content
Software FX Community

Financial Chart - Legend


User (Legacy)

Recommended Posts

Hi,

the following code works in the core ChartFX for windows product:

For Each p In ps

Chart1.Legend(n) = Format(p.Date, "dd MMM yyyy")

Chart1.Value(0, n) = p.Price

Chart1.Value(1, n) = p.Volume * 0.001

n += 1

Next

The dates on the X axis are correctly displayed. However, when using

financial chart the dates start fom 31/12/1899 no matter what the real

p.Date is.

Thanks

Bojan Kuhar

Link to comment
Share on other sites

Can you please specify which product you are referring to ?

From your posting it is not clear whether you are talking about Chart FX for

.NET of Chart FX Client/Server (COM).

Also, have you check the samples for the Financial Extension ? Dates must be

passed as X-Values not as string labels.

--

FP

Software FX

Link to comment
Share on other sites

Thanks,

XValues works. However, legend(n)= works in Chart Fx .NET Windows Forms 6.2.

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:oB9BSnz9EHA.1580@webserver3.softwarefx.com...

> Can you please specify which product you are referring to ?

>

> From your posting it is not clear whether you are talking about Chart FX

> for .NET of Chart FX Client/Server (COM).

>

> Also, have you check the samples for the Financial Extension ? Dates must

> be passed as X-Values not as string labels.

>

> --

> FP

> Software FX

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...