# Legend

## 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-core/dotnet-api/C1.AspNetCore.Mvc/C1.Web.Mvc.Chart.Position.html) property to **Top**.

![](https://cdn.mescius.io/document-site-files/images/9b6a6cfe-b8e8-42e9-8a04-da6cb7762977/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-core/WorkingwithControls/FlexRadar/QuickStartFlexRadar) topic.

```html
<c1-flex-radar legend-position="Position.Top" legend-toggle="true">
```