Hi,
Is is possible to attach a tag value to each data point of a chart? Actually I want to handle the ChartDataClicked event and in that, I want to access some value related to the clicked point and pass it to my javascript. This value is different from the point's actual value. I want to avoid calculating the value on click event as I will have to query database again or persist my database table in that case.
Please guide me as to how to achieve this.
Thanks.
Hello sandy,
You can use the FillSceneGraph in order to set Tags to the primitive:
http://news.infragistics.com/forums/p/22639/82877.aspx#82877
Let me know if you have further questions.