We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8b478 commit e75189eCopy full SHA for e75189e
maui/src/Charts/Series/ChartSeries.cs
@@ -1737,6 +1737,12 @@ internal virtual void GenerateSegments(SeriesView seriesView)
1737
{
1738
}
1739
1740
+ /// <summary>
1741
+ /// Updates the tooltip appearance including background, text color, and font size.
1742
+ ///
1743
+ /// ChartTooltipBehavior Background with AppThemeBinding · Issue #159 · syncfusion/maui-toolkit
1744
+ /// Resolved the issue where tooltip background doesn't update dynamically by changing the theme when using AppThemeBinding.
1745
+ /// </summary>
1746
internal void UpdateTooltipAppearance(TooltipInfo info, ChartTooltipBehavior tooltipBehavior)
1747
1748
if (Chart is ChartBase chart)
0 commit comments