Our client need to show some custom text before legends in DevExpress ASP.NET charts version 15. Is there a property for that? I've tried
diagram.AxisX.Title.Text = "axis title\n legend custom text"
series.LegendText = "legend custom text";
Set LegendTitle = "your text here";
LegendTitle = "your text here";