c# - telerik report chart percentage -
how can similar result on telerik report showing percentage instead of count value shown default.
i'm using c# in application.
thanks
this how looks in app
<telerik:pieseriesdefinition axisname="yourname" showitemlabels="true" itemlabelformat="#%{p0}" radiusfactor="0.7">
the key here itemlabelformat
radiusfactor
can move far want center
forgot add answer well. inside chartdefaultview.chartarea
add
<telerik:chartarea.axisy> <telerik:axisy axisname="yourname" defaultlabelformat="#val{p}"/> </telerik:chartarea.axisy>
Comments
Post a Comment