# Legend

Display legends in ComponentOne ASP.NET MVC FlexRadar control. Learn more about setting legend in MVC documentation.

## Content



You can specify the position where you want to display the legend using the **Legend** property of the FlexRadar chart. Legend helps in displaying the series of a chart with a predefined symbol and name of the series.

The image below shows how the FlexRadar chart appears after you set the [Chart.Position](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.Chart.Position.html) property to **Top**.

![Displaying Legend in FlexRadar](https://cdn.mescius.io/document-site-files/images/2b3ac322-100e-4637-958d-fb40dcda3f44/images/flexradarchart.png)

The following code example demonstrates how to set the Position property. This example uses the sample created in the [Quick Start](/componentone/docs/mvc/online-mvc/workwithcontrols/FlexRadarChart/QuickStartFlexRadar) topic.

```razor
.Legend(C1.Web.Mvc.Chart.Position.Top)
```