Hi Experts,
I have created a chart in the "campaign" entity. Later I am using XRM toolbox to modify the chart's XML.
I have created a "Bar" chart and I am trying to overlay bars by using property "DrawSideBySide=False"... Below is a short xml.
<Series BorderWidth="0" LabelForeColor="59, 59, 59" IsValueShownAsLabel="True" Color="183, 212, 51" LegendText="Raised Amount ($)" IsVisibleInLegend="True" ChartType="Bar" Font="Verdana, 7.5px" CustomProperties="DrawingStyle=Cylinder,DrawSideBySide=False,BarLabelStyle=Left,MaxPixelPointWidth=40,PointWidth=0.75">
<SmartLabelStyle Enabled="True" />
</Series>
When I am previewing the chart in the XRM itself it shows as expected (below image)... However, when i open the chart in Dynamics online , it is not overlaying bars...
Is there anything I am missing or doing wrong?
