Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptom

Charts in UCI does not work when #PERCENT, #VAL and #TOTAL are used in Chart XML.

Cause

Currently we only partially support the #PERCENT in UCI, but not the rest "#VAL of #TOTAL". And we have no plan to support the "#VAL of #TOTAL" in the future. This is the limitation due to switching to Highcharts library. (Webclient is using .NET library and UCI is using Highcharts library) 

Mitigation

How to use #PERCENT in UCI

Add "#PERCENT" in <Series> node (and add isValueShownAsLabel="False")

For example, 

<Series IsValueShownAsLabel="False" LabelForeColor="59, 59, 59" Label="#PERCENT" ChartType="pie">
          <SmartLabelStyle Enabled="True" />
 </Series>

ChartPercentLabel

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×