Hello All,
I'm trying to find a way to add labels to my stacked chart in CRM 2016 online. I tried setting IsValueShowAsLabel as True.
<Series ChartType="StackedColumn100" IsValueShowAsLabel="True" Font="{0}, 9.5px" LabelForeColor="59, 59, 59" CustomProperties="PointWidth=0.75, MaxPixelPointWidth=40" />
I get the following error when I import the XML back in the CRM. Any suggestions would be much appreciated.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: PresentationDescription is invalid and cannot be loaded. Message: Cannot deserialize property. Unknown property name 'IsValueShowAsLabel' in object " System.Web.UI.DataVisualization.Charting.SeriesDetail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147164138</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic">
<KeyValuePairOfstringanyType>
<d2p1:key>0</d2p1:key>
<d2p1:value xmlns:d4p1="www.w3.org/.../XMLSchema" i:type="d4p1:string">PresentationDescription is invalid and cannot be loaded. Message: Cannot deserialize property. Unknown property name 'IsValueShowAsLabel' in object " System.Web.UI.DataVisualization.Charting.Series</d2p1:value>
</KeyValuePairOfstringanyType>
</ErrorDetails>
<Message>PresentationDescription is invalid and cannot be loaded. Message: Cannot deserialize property. Unknown property name 'IsValueShowAsLabel' in object " System.Web.UI.DataVisualization.Charting.Series</Message>
<Timestamp>2016-09-01T14:07:11.0706653Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
Thank You..