Skip to content

SEO-188027 ASPNET Missing-H1 #544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aspnet/Sparkline/Range-Band.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: RangeBand
description: Learn how to add Rangeband to Sparkline .
title: Range band in ASP.NET Web Forms Sparkline Control | Syncfusion
description: Learn how to add range band in Syncfusion Essential ASP.NET Web Forms Sparkline control, its elements, and more.
platform: aspnet
control: Sparkline
documentation: ug
---

## Range Band
# Range band in ASP.NET Web Forms Sparkline Control

The range band feature is used to highlight a particular range along the y-axis using `StartRange` and `EndRange` property. You can also customize the `Color` and `Opacity` of the `RangeBandSettings`.

Expand Down
6 changes: 3 additions & 3 deletions aspnet/SunburstChart/Levels.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Levels | SunburstChart | ASP.NET Webforms | Syncfusion
description: Learn about levels support in Syncfusion ASP.NET Webforms SunburstChart control and more details.
title: Levels in ASP.NET Web Forms Sunburst Chart | Syncfusion
description: Learn about levels support in Syncfusion ASP.NET Web Forms Sunburst Chart control, its elements, and more details.
platform: aspnet
control: SunburstChart
documentation: ug
---

## Levels
# Levels in ASP.NET Web Forms Sunburst Chart Control

Sunburst chart is used to display hierarchical data. You can add more than one hierarchical data by using the **Levels** property of Sunburst chart. Each level of the hierarchy is represented by circle.
The following code snippet illustrates
Expand Down