But how can I make sure the text within the box is aligned to the right of the box?
My text has multiple lines, and I would like to line these up.
I read something about TextAlignment.Right but can't find a way to use this within the statement Draw.TextFixed(this, "text", info, TextPosition.BottomRight, Brushes.Black, ChartControl.Properties.LabelFont, Brushes.Lime, Brushes.Lime, 100);.

Comment