I want to display quarter format for a label on xaxis in devexpress chart. To do this,there's a property called TextPattern as following,
diagram.AxisX.Label.TextPattern = "{A:q}" ;
result would be : Q2-2016
But i want substring of above result, i.e. Q2
How can i get that?