7/15/2010 1:10:57 AM
Title:
pie chart
hi , i have some survey question and i will display it in pie chart i have zoom option in my chart display. if i have 2 or 3 question means the question fontsize display clearly in zoom mode if i add lot of question means the font size of the label display very small.how can i display fontsize similar for all ..can anyone please help me
7/15/2010 6:32:32 AM
see this
<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";
mx|LegendItem {
fontSize: normal;
}
</fx:Style>
var legendItemCSS:CSSStyleDeclaration;
legendItemCSS = StyleManager.getStyleDeclaration("LegendItem");
legendItemCSS.setStyle("fontSize", "12");
7/15/2010 6:34:06 AM
you can use the fontSize property in the Pie chart to set the font size