Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

This repository contains sample for how to display more data in the tooltip in WinUI Chart (SfCartesianChart)

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)