Hi All,
I am having some difficulties of getting the ancestor of a chart series on silverlight.
I can get the parent, but it is a type of Primitive, and then I can get to the parent of that parent by specifying the type, however, I am not sure how many level deep can that be when it reaches to the Chart, and I would like to get to the Chart.
Can someone guide me to do that in code without specifying the type of the parent.
Thanks