Aditional text to the label of an axis

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
bkahlen
Posts: 3
Joined: Mon Mar 31, 2014 9:16 pm

Aditional text to the label of an axis

Post by bkahlen » Sat Nov 10, 2018 9:41 am

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 6260 times

ArctionKestutis
Posts: 552
Joined: Mon Mar 14, 2016 9:22 am

Re: Aditional text to the label of an axis

Post by ArctionKestutis » Mon Nov 12, 2018 2:22 pm

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.

Post Reply