File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
tests/Syncfusion.Maui.Toolkit.UnitTest/Chart/Features Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1737,6 +1737,12 @@ internal virtual void GenerateSegments(SeriesView seriesView)
1737
1737
{
1738
1738
}
1739
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>
1740
1746
internal void UpdateTooltipAppearance ( TooltipInfo info , ChartTooltipBehavior tooltipBehavior )
1741
1747
{
1742
1748
if ( Chart is ChartBase chart )
Original file line number Diff line number Diff line change 1
1
using System . Data ;
2
2
using Syncfusion . Maui . Toolkit . Charts ;
3
3
4
- namespace Syncfusion . Maui . Toolkit . UnitTest
4
+ namespace Syncfusion . Maui . Toolkit . UnitTest . Charts
5
5
{
6
6
public class SegmentUnitTests : BaseUnitTest
7
7
{
You can’t perform that action at this time.
0 commit comments