Hello
I am working on line graph and came across this issue which I could not resolve, hopefully someone can answer me on this
Referring to the attached part of my graph, i am trying to label the highest point using marked zone
However, depending on the dynamic value of my points, there will be situations where the label will be overlapped below the line
I tried:
Can anyone enlighten me on how to resolve this issue?
Thanks!
I am working on line graph and came across this issue which I could not resolve, hopefully someone can answer me on this
Referring to the attached part of my graph, i am trying to label the highest point using marked zone
However, depending on the dynamic value of my points, there will be situations where the label will be overlapped below the line
I tried:
- myMarkedZone.Label.TextBlock.BringToFront(), and radChart.save() failed
- myMarkedZone.Label.TextBlock.Appearance.FillStyle.MainColorOpacity = 50, and was told that this property is ReadOnly
- myMarkedZone.Label.TextBlock.Appearance.Position.Auto = true, and it appears to be positioned TopLeft
Can anyone enlighten me on how to resolve this issue?
Thanks!