Open sushi19921992 opened 4 years ago
I've found a way of changing the CustomTextAnnotation class to do "DrawMathText" instead of "DrawMultilineText", however, I haven't got multiple lines of Math text working. Does someone know if this is possible?
As far as I'm aware there is no built-in way to do this.
You could override the Render(...)
method on your CustomTextAnnotation
and call DrawMathText(...)
for each line you would like to render.
Oxyplot.Wpf v1.0.0
Trying to add a subscript to my custom text annotation in the following format:
However, sadly it doesn't seem like OxyPlot supports "TeX" type subscripting in this way - can this be added/made as an improvement?