Jump to content
Software FX Community

Databinding to


User (Legacy)

Recommended Posts

I'm using chartfx for windows forms.net version 6.2.

I'm binding the chart to a datatable using the following:

Chart1.DataSourceSettings.DataType(dc.Ordinal) = DataType.Value

Everything works as expected.

What I want to be able to do is data bind a reference to the underlying

datarow to the tag property of each point on the chart, so that I can

retrieve the original datarow in along the lines of:

chart1.Point(e.Series, e.Point).Tag

The intention is to draw a custom tooltip in the chart's GetTip event

handler.

How do I do this?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...