DrawStaticText
Created at 12 Feb 2019, 19:01
DrawStaticText
12 Feb 2019, 19:01
How does one draw a text for example in the top right of the chart with Chart.DrawStaticText?
or better, how could i make it to be adjustable with x and y inputs?
i have tried with the obsolete
ChartObjects.DrawText("Sample Text", "Sample Text", StaticPosition.TopRight);
but nothing happens at all.
bart1
13 Feb 2019, 09:45
It works for me. Maybe you have a white background on the chart?
Default color text is white, try to add some color:
@bart1