You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnet-core/SunburstChart/Legend.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ control: SunburstChart
7
7
documentation: ug
8
8
---
9
9
10
-
##Legend
10
+
# Legend in ASP.NET Core SunburstChart
11
11
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
Copy file name to clipboardExpand all lines: aspnet-core/SunburstChart/Tooltip.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Tooltip
4
-
description: Learn how to add Tooltip to Sunburstchart .
3
+
title: Tooltip support in ASP.NET Core SunburstChart Control | Syncfusion
4
+
description: Learn how to add Tooltip support in Syncfusion Essential ASP.NET Core SunburstChart Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: Sunburst Chart
7
7
documentation: ug
8
8
---
9
9
10
-
##Tooltip
10
+
# Tooltip in ASP.NET Core SunburstChart
11
11
12
12
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
13
13
@@ -19,7 +19,7 @@ ToolTip allows you to display any information over a sunburst segment. It appear
0 commit comments