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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ 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.
14
+
To enable this feature, set the `EnableDrillDown` property to true in [SfSunburstChart](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html).
The vertical and the horizontal alignments of the toolbar can be customized using the `VerticalAlignment` and `HorizontalAlignment` properties, respectively.
40
40
@@ -46,7 +46,7 @@ Both the alignment properties has the following enum types:
46
46
47
47
{% tabs %}
48
48
49
-
{% highlight xml %}
49
+
{% highlight xaml %}
50
50
51
51
<sunburst:SfSunburstChart EnableDrillDown="True">
52
52
. . .
@@ -81,12 +81,12 @@ The toolbar's position within the Sunburst Chart can be adjusted both horizontal
0 commit comments