From fc530c6694de59ca8a752cfc3a9513e69b644819 Mon Sep 17 00:00:00 2001 From: Scholar-jaruha <95271799+Scholar-jaruha@users.noreply.github.com> Date: Thu, 18 Aug 2022 11:30:51 +0300 Subject: [PATCH] H1 tag fixed --- aspnet/SunburstChart/Legend.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnet/SunburstChart/Legend.md b/aspnet/SunburstChart/Legend.md index 233bff93f..cb8a47b5a 100644 --- a/aspnet/SunburstChart/Legend.md +++ b/aspnet/SunburstChart/Legend.md @@ -1,13 +1,13 @@ --- layout: post -title: Legend | SunburstChart | ASP.NET Webforms | Syncfusion -description: Learn about legend support in Syncfusion ASP.NET Webforms SunburstChart control and more details. +title: Legend in ASP.NET Webforms SunburstChart | Syncfusion +description: Learn here about getting started with Syncfusion ASP.NET Webforms SunburstChart control, its elements, and more. platform: aspnet control: SunburstChart documentation: ug --- -## Legend +# Legend in ASP.NET Webforms SunburstChart The legend is used to represent the first level of items in the Sunburst Chart.The **Legend** can be initialized using the below code snippet {% highlight html %}