Hello!
I need help in customization of my chart. I want to have a chart for a goal - number of customers in month.
I need a
- target
- actual number
- forecast
For now it looks like this:
But it should like this:
This is my XML code for series:
<Series> <Series ChartType="StackedColumn" LegendText="Target" Color="#3366cc" IsValueShownAsLabel="True" LabelFormat="0' %'" Font="{0}, 9.5px" LabelForeColor="59, 59, 59" CustomProperties="PointWidth=0.75, MaxPixelPointWidth=40"></Series> <Series ChartType="Column" LegendText="Actual number" Color="#00cc00" IsValueShownAsLabel="True" LabelFormat="0' %'" Font="{0}, 9.5px" LabelForeColor="59, 59, 59" CustomProperties="PointWidth=0.75, MaxPixelPointWidth=40"></Series> <Series ChartType="Column" MarkerBorderWidth="0" LegendText="Forecast" IsValueShownAsLabel="True" LabelFormat="0' %'" Color="#ffff00" CustomProperties="PointWidth=0.75, MaxPixelPointWidth=40"> <SmartLabelStyle Enabled="False" /> </Series> </Series>
Please any advice/help!
Regards,
JJ
*This post is locked for comments