Skip to content
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
2 changes: 1 addition & 1 deletion aspnet-core/SunburstChart/Legend.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: SunburstChart
documentation: ug
---

## Legend
# Legend in ASP.NET Core SunburstChart
The legend is used to represent the first level of items in the Sunburst Chart.The **e-sunburstchart-legend** can be initialized using the below code snippet

{% highlight cshtml %}
Expand Down
10 changes: 5 additions & 5 deletions aspnet-core/SunburstChart/Tooltip.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Tooltip
description: Learn how to add Tooltip to Sunburstchart .
title: Tooltip support in ASP.NET Core SunburstChart Control | Syncfusion
description: Learn how to add Tooltip support in Syncfusion Essential ASP.NET Core SunburstChart Control, its elements, and more.
platform: aspnet-core
control: Sunburst Chart
documentation: ug
---

## Tooltip
# Tooltip in ASP.NET Core SunburstChart

ToolTip allows you to display any information over a sunburst segment. It appears when mouse hovered over or touch any chart segment. By default, it displays the corresponding segment category name and its value

Expand All @@ -19,7 +19,7 @@ ToolTip allows you to display any information over a sunburst segment. It appear

{% endhighlight %}

![](Tooltip_images/Tooltip_img1.png)
![ASP.NET Core SunburstChart tooltip template](Tooltip_images/Tooltip_img1.png)

## Tooltip Template

Expand All @@ -45,7 +45,7 @@ HTML elements can be displayed in the tooltip by using the *Template* property o

{% endhighlight %}

![](Tooltip_images/Tooltip_img2.png)
![ASP.NET Core SunburstChart appearance of tooltip](Tooltip_images/Tooltip_img2.png)

## Customize the appearance of tooltip

Expand Down