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

enter image description here

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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -