I have a legend for a chart that has a couple of legend entries of over 36 characters, but it seems the legend max character length is 34...
I suspect it is not an actual limit but perhaps constrained by the width of some part of the actual chart or such... Just not sure what needs to change to allow larger legend text..
Any ideas or suggestions??
HTML Markup
<ChartFX:Chart ID="Chart1" SkinID="horzbarchart" runat="server" LegendBox-Visible="True">
</ChartFX:Chart>
C# MarkUp
Chart1.DataSourceSettings.DataSource = reverseSort;