Page 1 of 1

Aditional text to the label of an axis

Posted: Sat Nov 10, 2018 9:41 am
by bkahlen
I want to add additional text to the label of an axis. The title of the axis alone is not enough. How can I do that?
10-11-_2018_10-36-09.png
10-11-_2018_10-36-09.png (22.65 KiB) Viewed 6404 times

Re: Aditional text to the label of an axis

Posted: Mon Nov 12, 2018 2:22 pm
by ArctionKestutis
If it is simple text (kind of text label) you can use Chart or Series EventMarkers (field Label).
If you need more complex object (with Fill embedded in various shapes) use Annotations.
Don't forget to disable ClipInsideGraph property for any of those objects.

Hope this helps.

P.S. more about text rendering options could be found here.