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
Binary file removed Output.gif
Binary file not shown.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How-to-use-the-drill-down-functionality-in-UWP-Charts
# How to use the drill-down functionality in UWP Charts?

The drill-down is a capability that takes the user from a more general view of the data to a more specific one at the click of a mouse. It also gives the user the ability to see data and information in more detail with different styles.

Expand Down Expand Up @@ -90,8 +90,7 @@ public sealed partial class SecondPage : Page
}
```
## Output

![](Output.gif)
![Output gif demonstrating the drill down functionality](https://github.com/user-attachments/assets/51f36139-35c1-4175-8784-63ca87d2292b)

## See also

Expand All @@ -103,3 +102,11 @@ public sealed partial class SecondPage : Page

[How to bind the JSON data in UWP Chart](https://www.syncfusion.com/kb/11628/how-to-bind-the-json-data-in-uwp-chart)

## Troubleshooting

### Path Too Long Exception

If you are facing a "Path too long" exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.

Refer to the Knowledge Base article [How to achieve drill-down functionality in UWP Charts?](https://support.syncfusion.com/kb/article/5938/how-to-achieve-drill-down-functionality-in-uwp-charts).