Hello,
Has anyone experienced a similar issue with StackedColumn 100% charts? When I edit the chart in XML and set a different label format for column series, it does not display correctly. Any insights or solutions would be appreciated!
<Series>
<Series IsValueShownAsLabel="True" LabelFormat="#.0 '%'" ChartType="StackedColumn100" Font="{0}, 14px" LabelForeColor="36, 36, 36" CustomProperties="PointWidth=0.75, MaxPixelPointWidth=40" />
<Series IsValueShownAsLabel="True" LabelFormat="#0 'K'" ChartType="StackedColumn100" Font="{0}, 14px" LabelForeColor="36, 36, 36" CustomProperties="PointWidth=0.75, MaxPixelPointWidth=40" />
</Series>
Label Format"#0 'K'" is ingnored and everything is presented as %.
Thank you in Advance!


Report
All responses (
Answers (