Skip to content

Commit e75189e

Browse files
added the summary for update tooltip appearance method.
1 parent ed8b478 commit e75189e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

maui/src/Charts/Series/ChartSeries.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,12 @@ internal virtual void GenerateSegments(SeriesView seriesView)
17371737
{
17381738
}
17391739

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>
17401746
internal void UpdateTooltipAppearance(TooltipInfo info, ChartTooltipBehavior tooltipBehavior)
17411747
{
17421748
if (Chart is ChartBase chart)

0 commit comments

Comments
 (0)