I would like to edit the text in the tool tip. I have already added the value as a label to the chart.
(The chart is showing how many accounts are in each Process stage. Right now there is only one process, so they are all in the same.) I don't want the user to see the GUID.
<Series> <Series ChartType="StackedBar" IsValueShownAsLabel="True" LegendToolTip="#LEGENDTEXT Firmaer i fasen: #TOTAL" ToolTip="This does not show op anywhere" Font="{0}, 9.5px" LabelForeColor="59, 59, 59" CustomProperties="PointWidth=0.75, MaxPixelPointWidth=40"> <SmartLabelStyle Enabled="True" /> </Series> </Series>
*This post is locked for comments