How to customize legends in livecharts in winforms?
问题 How to customize legends in livecharts in winforms ? I was trying to get some thing like this. In live chart winforms, I can only see these two options scatterChart.LegendLocation = LegendLocation.Right; scatterChart.DefaultLegend.Visibility = Visibility.Visible; But this wont help me to achieve a legend as I shown in the link. Would like to know some solutions. Thanks in advance. 回答1: We can create a DefaultLegend and add our properties into it and assign to chart's DefaultLegend as follows