Legend is not showing even if I have:
myPane.Legend.IsVisible = True
myPane.Legend.Position = LegendPos.InsideBotRight
how can I solve this? I cannot find any other answers over the internet; it seems the legend will always show to all other people.
I'm using 5.15 with vb.net and vs.2008.
Thanks
Sorry: forgot to specifiy that each curve must have a label:
myCurve.Label.Text = CurveLabel
myCurve.Label.IsVisible = True