Jump to content
Software FX Community

Show more than one image on the same data point - Line Chart


Subha

Recommended Posts

I need to show Image(s) on a data point. For a particular data point, i may have more than one image that are actually needed to display. Here am using Chart.Points[index].Picture = Image.FromFile(filePath); to shpw image on a particular data point. For some cases i need to show another or more image one above the other on the same data point. Please, help me

Link to comment
Share on other sites

Only one image is supported per point.

I see two options:

1) Create images that have the combination of others (either staticlally or dynamically).

2) Create an additional data series to display the secon image. This second data series will have null values (Chart.Hidden) for all the points except for those that have two images.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...