Escape Characters in Labels
Posted: Wed Dec 10, 2008 10:06 am
if I add \t for tabs in labels they are not being picked up by the Legend text. Is there any other way to get a column effect in legend data
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
for (int i = 0; i < 10; i++)
{
line1.Add(i, CalcColumns("column1", "column2", "column3"));
}
Code: Select all
public string CalcColumns(param string[] elementsToSpace)
{
//add code to evenly space elements using blank spaces here
}