Hi Infragistics Support,
I am using the Treemap Ring type with multiple level hierarchy. Can you advise me how to show the label for each eclipse in the chart? In the rectangle type, each rectangle can have the label showing on the top left corner. Is this also available in Ring type?
Please see the following chart, I am just able to see the chart title in the middle of the circle, but I want to see the label in all individual eclipse.
Regards,
Jason
Hello,
You could change the color of the chart component by using an Override. More about Override you could find at the next link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Chart_Apply_an_Override_to_a_Chart.html
Please let me know if you have any further questions.
Hi Hristo,
But how to show the label for each eclipse?
Hi,
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help?
Just let me know.
Thank you.
The control is not designed to display data labels onto a Wedge when UltraChart is a Treemap and TreeMapType is set to Rings. What you could do is to handle FillSceneGraph event of the UltraChart, and add the needed labels manually. More information about this event you could find here:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Infragistics2.Win.UltraWinChart.v11.1~Infragistics.Win.UltraWinChart.UltraChart~FillSceneGraph_EV.html
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Chart_FillSceneGraph_Event.html
Also here created a small sample to demonstrate usage of FillSceneGraph event in this case.