Skip to content

Commit 201126b

Browse files
Addressed the review suggestions.
1 parent b9b4f59 commit 201126b

File tree

6 files changed

+12
-13
lines changed

6 files changed

+12
-13
lines changed

MAUI/Cartesian-Charts/Liquid-Glass-Effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Liquid Glass Effect enhances chart interactivity with liquid glass effects o
2020

2121
## Apply Liquid Glass Effect to SfCartesianChart
2222

23-
Wrap the SfCartesianChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. Enable the liquid glass effect to get a sleek, glassy output. SfGlassEffectsView available in [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package.
23+
Wrap the SfCartesianChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. SfGlassEffectsView is available in the [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package. To apply the glassy effect to the chart’s tooltips and trackballs, set the SfCartesianChart property [EnableLiquidGlassEffect]() to `True`.
2424

2525
{% tabs %}
2626

@@ -88,4 +88,4 @@ var glass = new SfGlassEffectsView
8888
- Liquid glass effects are most visible over images or colorful backgrounds.
8989
- Use EffectType="Regular" for a blurrier look and EffectType="Clear" for a crisper, glassy look.
9090
- Tune CornerRadius and Padding to balance content density and visual polish.
91-
- When using a custom template for tooltip and trackball using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartSeries.html#Syncfusion_Maui_Charts_ChartSeries_TooltipTemplate) and [TrackballLabelTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.CartesianSeries.html#Syncfusion_Maui_Charts_CartesianSeries_TrackballLabelTemplate), set the background to transparent to display the liquid glass effect.
91+
- When using a custom template for tooltip and trackball using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartSeries.html#Syncfusion_Maui_Charts_ChartSeries_TooltipTemplate) and [TrackballLabelTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.CartesianSeries.html#Syncfusion_Maui_Charts_CartesianSeries_TrackballLabelTemplate), set the background to `Transparent` to display the liquid glass effect.

MAUI/Circular-Charts/Liquid-Glass-Effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Liquid Glass Effect enhances chart interactivity with liquid glass effects o
2020

2121
## Apply Liquid Glass Effect to SfCircularChart
2222

23-
Wrap the SfCircularChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. Enable the liquid glass effect to get a sleek, glassy output. SfGlassEffectsView available in [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package.
23+
Wrap the SfCircularChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. SfGlassEffectsView is available in the [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package. To apply the glassy effect to the chart’s tooltips, set the SfCircularChart property [EnableLiquidGlassEffect]() to `True`.
2424

2525
{% tabs %}
2626

@@ -80,4 +80,4 @@ var glass = new SfGlassEffectsView
8080
- Liquid glass effects are most visible over images or colorful backgrounds.
8181
- Use EffectType="Regular" for a blurrier look and EffectType="Clear" for a crisper, glassy look.
8282
- Tune CornerRadius and Padding to balance content density and visual polish.
83-
- When using a custom template for tooltip using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartSeries.html#Syncfusion_Maui_Charts_ChartSeries_TooltipTemplate), set the background to transparent to display the liquid glass effect.
83+
- When using a custom template for tooltip using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartSeries.html#Syncfusion_Maui_Charts_ChartSeries_TooltipTemplate), set the background to `Transparent` to display the liquid glass effect.

MAUI/Funnel-Charts/Liquid-Glass-Effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Liquid Glass Effect enhances chart interactivity with liquid glass effects o
2020

2121
## Apply Liquid Glass Effect to SfFunnelChart
2222

23-
Wrap the SfFunnelChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. Enable the liquid glass effect to get a sleek, glassy output. SfGlassEffectsView available in [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package.
23+
Wrap the SfFunnelChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. SfGlassEffectsView is available in the [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package. To apply the glassy effect to the chart’s tooltips, set the SfFunnelChart property [EnableLiquidGlassEffect]() to `True`.
2424

2525
{% tabs %}
2626

@@ -70,4 +70,4 @@ var glass = new SfGlassEffectsView
7070
- Liquid glass effects are most visible over images or colorful backgrounds.
7171
- Use EffectType="Regular" for a blurrier look and EffectType="Clear" for a crisper, glassy look.
7272
- Tune CornerRadius and Padding to balance content density and visual polish.
73-
- When using a custom template for tooltip using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfFunnelChart.html#Syncfusion_Maui_Charts_SfFunnelChart_TooltipTemplate), set the background to transparent to display the liquid glass effect.
73+
- When using a custom template for tooltip using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfFunnelChart.html#Syncfusion_Maui_Charts_SfFunnelChart_TooltipTemplate), set the background to `Transparent` to display the liquid glass effect.

MAUI/Polar-Charts/Liquid-Glass-Effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Liquid Glass Effect enhances chart interactivity with liquid glass effects o
2020

2121
## Apply Liquid Glass Effect to SfPolarChart
2222

23-
Wrap the SfPolarChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. Enable the liquid glass effect to get a sleek, glassy output. SfGlassEffectsView available in [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package.
23+
Wrap the SfPolarChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. SfGlassEffectsView is available in the [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package. To apply the glassy effect to the chart’s tooltips, set the SfPolarChart property [EnableLiquidGlassEffect]() to `True`.
2424

2525
{% tabs %}
2626

@@ -93,4 +93,4 @@ var glass = new SfGlassEffectsView
9393
- Liquid glass effects are most visible over images or colorful backgrounds.
9494
- Use EffectType="Regular" for a blurrier look and EffectType="Clear" for a crisper, glassy look.
9595
- Tune CornerRadius and Padding to balance content density and visual polish.
96-
- When using a custom template for tooltip using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartSeries.html#Syncfusion_Maui_Charts_ChartSeries_TooltipTemplate), set the background to transparent to display the liquid glass effect.
96+
- When using a custom template for tooltip using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.ChartSeries.html#Syncfusion_Maui_Charts_ChartSeries_TooltipTemplate), set the background to `Transparent` to display the liquid glass effect.

MAUI/Pyramid-Charts/Liquid-Glass-Effect.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Liquid Glass Effect enhances chart interactivity with liquid glass effects o
2020

2121
## Apply Liquid Glass Effect to SfPyramidChart
2222

23-
Wrap the SfPyramidChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. Enable the liquid glass effect to get a sleek, glassy output. SfGlassEffectsView available in [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package.
23+
Wrap the SfPyramidChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. SfGlassEffectsView is available in the [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package. To apply the glassy effect to the chart’s tooltips, set the SfPyramidChart property [EnableLiquidGlassEffect]() to `True`.
2424

2525
{% tabs %}
2626

@@ -50,7 +50,6 @@ var glass = new SfGlassEffectsView
5050
Padding = 12,
5151
EffectType = GlassEffectType.Regular, // Regular (blurrier) or Clear (glassy)
5252
EnableShadowEffect = true,
53-
LiquidGlassEffect = true,
5453
Content = chart
5554
};
5655

@@ -71,4 +70,4 @@ var glass = new SfGlassEffectsView
7170
- Liquid glass effects are most visible over images or colorful backgrounds.
7271
- Use EffectType="Regular" for a blurrier look and EffectType="Clear" for a crisper, glassy look.
7372
- Tune CornerRadius and Padding to balance content density and visual polish.
74-
- When using a custom template for tooltip using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPyramidChart.html#Syncfusion_Maui_Charts_SfPyramidChart_TooltipTemplate), set the background to transparent to display the liquid glass effect.
73+
- When using a custom template for tooltip using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Charts.SfPyramidChart.html#Syncfusion_Maui_Charts_SfPyramidChart_TooltipTemplate), set the background to `Transparent` to display the liquid glass effect.

MAUI/SunburstChart/Liquid-Glass-Effect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Liquid Glass Effect enhances chart interactivity with liquid glass effects o
2020

2121
## Apply Liquid Glass Effect to SfSunburstChart
2222

23-
Wrap the SfSunburstChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. Enable the liquid glass effect to get a sleek, glassy output. SfGlassEffectsView available in [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package.
23+
Wrap the SfSunburstChart inside an [SfGlassEffectsView]() to give the chart surface a glass (blurred or clear) appearance. SfGlassEffectsView is available in the [Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) package. To apply the glassy effect to the chart’s tooltips, set the SfSunburstChart property [EnableLiquidGlassEffect]() to `True`.
2424

2525
{% tabs %}
2626

@@ -70,4 +70,4 @@ var glass = new SfGlassEffectsView
7070
- Liquid glass effects are most visible over images or colorful backgrounds.
7171
- Use EffectType="Regular" for a blurrier look and EffectType="Clear" for a crisper, glassy look.
7272
- Tune CornerRadius and Padding to balance content density and visual polish.
73-
- When using a custom template for tooltip using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_TooltipTemplate), set the background to transparent to display the liquid glass effect.
73+
- When using a custom template for tooltip using [TooltipTemplate](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.SunburstChart.SfSunburstChart.html#Syncfusion_Maui_SunburstChart_SfSunburstChart_TooltipTemplate), set the background to `Transparent` to display the liquid glass effect.

0 commit comments

Comments
 (0)