This commit is contained in:
Kathy Ruffing 2011-01-19 16:14:34 +00:00
parent 3c5d850097
commit 9a3330fc63

View File

@ -947,6 +947,8 @@ namespace XYPlots
tstr = str.Substring(stridx, idx - stridx);
stridx = idx + 1;
}
else
stridx = str.Length + 1;
PrintText(tstr, pg, vgOutput);
MoveRelative(0, -CHIGHDOTS);
}