Jump to content
Software FX Community

Financial Legend show by default?


User (Legacy)

Recommended Posts

Rich,

There are two legend boxes.

When you start a new application and right click you will see two options

"Legend Box" and "Financial Legend"

One allows the user to toggle on/off new studies(Financial Legend) and the

other is merely a legend for the colors in the chart.

To turn on the "Legend Box" you need to use the ChartFX API

chart1.UserLegendBox = true;

The Legend Box really uses the UserLegendBox in ChartFX.

For the "Financial Legend" it is in the Analytical Class

financial1.Gallery.Analytical.LegendBox = true;

Hope this helps.

-c

"Richard Sbarro" <rsbarro@metaverse.cc> wrote in message

news:gA5uYJvhFHA.1476@webserver3.softwarefx.com...

> Is there any way to make the Financial Legend in the ChartFX Financial

> Extension show by default in the Windows Forms version?

>

> Thanks,

> Rich

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...