# Legend

Develop powerful and lightweight web applications using ASP.NET MVC controls. Learn more about the ComponentOne MVC controls in ASP.NET MVC documentation.

## Content



You can specify the position where you want to display the legend using the [Legend](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.ChartLegend.html) property of the Sunburst 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 Sunburst 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 **Bottom**.

![](https://cdn.mescius.io/document-site-files/images/2b3ac322-100e-4637-958d-fb40dcda3f44/images/sunburstlegendbottom.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/SunburstChart/SunburstQuickStart) topic.

**In Code**

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