my indicator is below the chart and I'd like to draw some text on the bottom center of the chart.
When I use DrawText(this, ...) the text is of course drawn on my indicator panel.
Is there a way to supply the chart panel instead of "this"?
And do I need to use SharpDX onRender if I want to draw on the bottom center?
Its not a supported location For DrawTextFexed, and I don't know where to get x/y coordinates for DrawText (assuming I can indeed use that to draw on the chart instead of my own panel).

Comment