Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SuryaKaran2143/How-to-display-more-data-in-the-tooltip-in-WinUI-charts-
This repository contains sample for how to display more data in the tooltip in WinUI Chart (SfCartesianChart)
https://github.com/SuryaKaran2143/How-to-display-more-data-in-the-tooltip-in-WinUI-charts-
chart tooltip win winui
Last synced: 13 days ago
JSON representation
This repository contains sample for how to display more data in the tooltip in WinUI Chart (SfCartesianChart)
- Host: GitHub
- URL: https://github.com/SuryaKaran2143/How-to-display-more-data-in-the-tooltip-in-WinUI-charts-
- Owner: SuryaKaran2143
- Fork: true (SyncfusionExamples/How-to-display-more-data-in-the-tooltip-in-WinUI-charts-)
- Created: 2023-08-18T10:21:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-18T10:24:20.000Z (about 1 year ago)
- Last Synced: 2023-08-18T11:51:19.146Z (about 1 year ago)
- Topics: chart, tooltip, win, winui
- Language: C#
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to display more data in the tooltip in WinUI Chart (SfCartesianChart)
[WinUI Chart](https://www.syncfusion.com/winui-controls/charts) provides the support to display the needed information from its model of populated items source along with the Tooltip UI customization with the help of the [TooltipTemplate](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Charts.ChartSeriesBase.html#Syncfusion_UI_Xaml_Charts_ChartSeriesBase_TooltipTemplate) in the chart series as shown in the following code example.
Here, display both country's name and population details in the tooltip. By default, it shows the corresponding y-axis value of that segment.
**XAML**
```
```
## Output:
![Tooltip with more data in WinUI chart](WinUI_Chart_Tooltip_Mutiple_Values.gif)
KB article - [How to display more data in the tooltip in WinUI Chart (SfCartesianChart)?](https://www.syncfusion.com/kb/13662/how-to-display-more-data-in-the-tooltip-in-winui-chart-sfcartesianchart)
## See also
[How to customize the tooltip background style?](https://help.syncfusion.com/winui/cartesian-charts/tooltip#background-style)