Search found 1 match

by Assort
Tue Aug 15, 2017 5:38 am
Forum: FMX
Topic: Resetting from superscript text
Replies: 1
Views: 10214

Resetting from superscript text

Hi, I'm attempting to add text to a chart to show the coefficient of determination, i.e., R^2 = 0.95. Obviously, I need a superscript for this. I'm adding this using the following code: Chart.Canvas.TextOut(125, 140, '<b>R<sup>2</sup> = 0.95</b>', TRUE); It appears that the calculation of the positi...