TTMSFNCWidgetDistributionIndicator performances

Hi all,


I would like to use some TTMSFNCWidgetDistributionIndicator (donut) to represent data on an webform but performances look very bad... 

I made some test comparing TTMSFNCWidgetDistributionIndicator with TTMSFNCChart, both created at runtime:

TTMSFNCWidgetDistributionIndicator.Create  takes  2273 msec min,  2807 msec max 
TTMSFNCChart.Create takes 400 msec min 1200 msec max

adding 4 values to TTMSFNCWidgetDistributionIndicator  takes  850 msec min 920 msec max with distributiontype = dtPie  and more than the double  with  distributiontype = dtDonut  2210 msec min 2807 msec max.

TTMSFNCChart add 4 values in less than 200 msec. 

Is it normal??
 

Thanks for reporting.
We will investigate to see if we can optimize this.

Hello,


We are unable to reproduce these execution times. Can you provide us a test project so we can investigate further?