This question is locked. New answers and comments are not allowed.
Hello,
Forgive me if these are naive questions, I've only started working with telerik controls with the new beta. I'm just using pie charts for now.
Firstly - I'm trying to find the API for rendering chart legends and can't find it. The docs for the silverlight equivalents didn't help.
Secondly, I'm struggling to figure out how to properly size a chart. I've found two imperfect solutions: Changing the radiusfactor property enlarges the chart but then causes it to get clipped within its parent if it goes over 1. Changing the height of the radpiechart element also works, but results in the loss of resolution-independence. What I would like to do is set the chart's horizontalalignment to stretch so it fills its parent, and to use that in combination with margins to control its size. However, the horizontalalignment property seems to be ignored.
Finally, the chart's container seems to be ignoring the labels when sizing itself, so it results in clipped labels if they're at the top or bottom of the chart. How can I change this?
Many thanks,
Mike
Forgive me if these are naive questions, I've only started working with telerik controls with the new beta. I'm just using pie charts for now.
Firstly - I'm trying to find the API for rendering chart legends and can't find it. The docs for the silverlight equivalents didn't help.
Secondly, I'm struggling to figure out how to properly size a chart. I've found two imperfect solutions: Changing the radiusfactor property enlarges the chart but then causes it to get clipped within its parent if it goes over 1. Changing the height of the radpiechart element also works, but results in the loss of resolution-independence. What I would like to do is set the chart's horizontalalignment to stretch so it fills its parent, and to use that in combination with margins to control its size. However, the horizontalalignment property seems to be ignored.
Finally, the chart's container seems to be ignoring the labels when sizing itself, so it results in clipped labels if they're at the top or bottom of the chart. How can I change this?
Many thanks,
Mike