I am usinf RadChart and have created the Bar Chart with 2 vertical horizontal CustomGridLine, I want to add the Legend for both the CustomGrid Lines, how can I achieve that?
See the screen shot attached, I want to have the Legend in red circle in my chart.
You can take a look at the project attached that demonstrates how to add the Custom GridLines in the Legend using the Manual Items Generation approach as shown in our help topic.
The customizations of the GridLines are done via the ElementStyle property. It gets applied to the Line element that visually represents the CustomGridLine. This is shown in our help topic.