Jump to content
Software FX Community

Event on a marker


User (Legacy)

Recommended Posts

Hello

I am using your code example to putt a marker on my price chart.

string dividendsIcon = System.Windows.Forms.Application.StartupPath +

@"\Data\Dividend.png";

DateTime dt = new DateTime(2005,3,5);

financial1.Gallery.Analytical.ClosePriceSeries.Point[dt].Picture =

Image.FromFile(dividendsIcon);

financial1.Gallery.Analytical.ClosePriceSeries.Point[dt].MarkerShape =

MarkerShape.Picture;

financial1.Gallery.Analytical.ClosePriceSeries.Point[dt].MarkerSize = 6;

This works fine, no problems but i need to show some info on the marker and

when the user press the mousebutton I need to open another form.

- Is it possible to set a tooltip when the mouse enters the marker

- Is it psooible to have a event when the user clicks on the marker

Is this possible?

Best regards

Kristj

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...