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: MAUI/SunburstChart/DrillDown.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
-
title: Drill down in .NET MAUI Sunburst Chart control | Syncfusion
4
-
description: This section explains how to enable and customize drilldown toolbar in the Syncfusion<sup>®</sup> .NET MAUI Sunburst Chart control.
3
+
title: Drill Down in .NET MAUI Sunburst Chart control | Syncfusion
4
+
description: This section explains how to enable and customize drill-down toolbar in the Syncfusion<sup>®</sup> .NET MAUI Sunburst Chart control.
5
5
platform: maui
6
6
control: SfSunburstChart
7
7
documentation: ug
@@ -11,7 +11,7 @@ documentation: ug
11
11
12
12
The drill-down provides better visualization of hierarchy. Large set of data can be virtualized into minimal views. Each level of the segments can be drilled down. The Sunburst Chart provides animation along with the drill-down support. Double tapping the segment performs the drill-down operation. Toolbar will be enabled on drill-down that helps in performing zoom back and reset operations.
13
13
14
-
To enable this feature, set the `EnableDrillDown` property to true in [SfSunburstChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html).
14
+
To enable this feature, set the `EnableDrillDown` property to true in [SfSunburstChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html). By default, `EnableDrillDown` is set to false.
15
15
16
16
{% tabs %}
17
17
@@ -51,7 +51,7 @@ Both the alignment properties has the following enum types:
0 commit comments