Using HorizontalLineAnnotation and ShowAxisLabel (and showline =false ) I can set an axis label (im using it to show the last value of a price chart). But is there any way that I could have
the label appear to the right of the chart, rather than on the left? (but I want to keep the axis on the left).
Two ways I thought of if this is not possible with theHorizontalLineAnnotation
1 - TextAnnotation - this kind of works but it wont display anything to the right of the chart series as it is clipped, and seems no way to add padding to the right of the chart area?
2 - Having a second axis showing same as that on the left, but could hide the axis labels and then the annotional label could be displayed on this axis - but dont know if that is possible
Thanks for any help