Dear All,
I am trying to configure my Chart XML file to be sorted by a Manual order for my opportunities with a budgeted amount.
Basically atm the order in my Charts Looks like:
(blank)
100TEUR to 250TEUR
10EUR to 50TEUR
50TEUR to 100TEUR
and so forth. Now I would like to manipulate my XML Chart for them to be in the Order I want it to be displayed.
Which lines Need to be added or reconfigured so I can manually adjust the order for my Charts?
I am also using the xrm Toolbox but did not find any hints yet.
Best regards and I hope anyone can help or give me a hint where to start
Philippe
-------------------------------------------------------------------------
<?xml version="1.0"?> -<visualization> <visualizationid>{05F98BF1-2382-DE11-9FF3-00155DA3B012}</visualizationid> <name>Projectfolder by Budgeted amount</name> <description>Shows the amount of revenue closed per month.</description> <primaryentitytypecode>opportunity</primaryentitytypecode> -<datadescription> -<datadefinition> -<fetchcollection> -<fetch aggregate="true" mapping="logical"> -<entity name="opportunity"> <attribute name="kvs_budgetamount" alias="groupby_column" groupby="true"/> <attribute aggregate="count" name="kvs_budgetamount" alias="aggregate_column"/> </entity> </fetch> </fetchcollection> -<categorycollection> -<category alias="groupby_column"> -<measurecollection> <measure alias="aggregate_column"/> </measurecollection> </category> </categorycollection> </datadefinition> </datadescription> -<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;"> -<Series> -<Series CustomProperties="PointWidth=0.75, MaxPixelPointWidth=40" LabelForeColor="59, 59, 59" Font="{0}, 9.5px" IsValueShownAsLabel="True" ChartType="Bar"> <SmartLabelStyle Enabled="True"/> </Series> </Series> -<ChartAreas> -<ChartArea BorderColor="White"> -<AxisY LineColor="165, 172, 181" TitleFont="{0}, 10.5px" TitleForeColor="59, 59, 59" LabelAutoFitMinFontSize="8"> <MajorGrid LineColor="239, 242, 230"/> <MajorTickMark LineColor="165, 172, 181"/> <LabelStyle Font="{0}, 10.5px" ForeColor="59, 59, 59"/> </AxisY> -<AxisX LineColor="165, 172, 181" TitleFont="{0}, 10.5px" TitleForeColor="59, 59, 59" LabelAutoFitMinFontSize="8"> <MajorGrid Enabled="False"/> <LabelStyle Font="{0}, 10.5px" ForeColor="59, 59, 59"/> </AxisX> </ChartArea> </ChartAreas> -<Titles> <Title Font="{0}, 13px" ForeColor="59, 59, 59" Alignment="TopLeft" DockingOffset="-3"/> </Titles> </Chart> </presentationdescription> <isdefault>false</isdefault> </visualization>
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (