Jump to content
Software FX Community

rjb

Members
  • Posts

    2
  • Joined

  • Last visited

rjb's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks; I pretty much figured it out shortly after posting, but it was good to get the "official" answer.
  2. I am loading data into a Chart component from a dataset via Chart.DataSource and DataBind(). The dataset is actually populated in code from several other datasets, and the data successfully split into separate series, with related series grouped using panes. That all works nicely. I need to display additional arbitrary information in each data point's tooltip. I have been experimenting with storing the additional information in Chart.Points[<series>, <point>].Text and modifying the ToolTipFormat to include the %L format specifier.My problem is, how do I map the data points in the dataset being used to populate the chart to their corresponding entries in the Chart.Points collection, i.e. how do I work out their series and point indices? I seem to be able to get the right series, but the point index does not seem so straight forward. I need to do this so that I can assign data from rows in the dataset to the correct Chart.Points[<series>, <point>].Text. If I can crack that, the whole thing will work beautifully.Thanks in advance
×
×
  • Create New...