is it possible i can do charts like the above using dynamics 365 out of the box charts like total accoutns , total cases created ???
thanx for info
is it possible i can do charts like the above using dynamics 365 out of the box charts like total accoutns , total cases created ???
thanx for info
Hello - yes, you can do something similar. The trick is to:
1. Choose a default view for the chart that shows ALL of whatever you wish to show like Cases.
2. For the Horizontal Axis choose something that will be either the same value or blank. (this gets you one bar.) For instance, in our environment we don't use the "Master Case" field, so I chose that to ensure I got one bar, when I build the chart.
As for the large number that you see below, I just modified the XML of the chart definition to use a much larger font. Here is where I modified that (bold below.)
<presentationdescription>
<Chart PaletteCustomColors="91,151,213; 237,125,49; 160,116,166; 255,192,0; 68,114,196; 112,173,71; 37,94,145; 158,72,14; 117,55,125; 153,115,0; 38,68,120; 67,104,43; 124,175,221; 241,151,90; 186,144,192; 255,205,51; 105,142,208; 140,193,104; 50,125,194; 210,96,18; 150,83,159; 204,154,0; 51,90,161; 90,138,57;" Palette="None">
<Series>
<Series CustomProperties="PointWidth=0.75, MaxPixelPointWidth=40" LabelForeColor="59, 59, 59" Font="{0}, 30.5px" IsValueShownAsLabel="True" ChartType="Column" />
</Series>
And here is a screen shot of how that chart looks.
If this helps, please mark the answer as such. Thanks!
Owen Scott
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156