C1 Community
ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Underlying object for datapoint

rated by 0 users
This post has 0 Replies | 1 Follower

Not Ranked
Posts 1
compuser Posted: Fri, May 22 2009 9:29 AM

Hi,

Following is my code I use GraphPoint[] dataPoints to store information regarding the data points for graph. In the tooltip of each data point I would like to display the information associated to the underlying object used to create the data point. How can I do it?

 foreach (GraphPoint graphPoint in dataPoints){mseries.PointData.Add(new PointF((float) (graphPoint.XValue.Value), (float) (graphPoint.YValue.Value)));

 

}

Thank you in advance.

 

 

 

Page 1 of 1 (1 items) | RSS
Contact ComponentOne: 1.800.858.2739 ©1987-2010 ComponentOne LLC All Rights Reserved.