Skip to content

Commit f9f812b

Browse files
982808: Resolved the font matter error in the PR.
1 parent bfb69ac commit f9f812b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

blazor/chart/events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Events in Blazor Charts Component | Syncfusion
4-
description: Checkout and learn how to configure and utilize Events in Syncfusion Blazor Charts component.
4+
description: Learn to configure and utilize Events in Syncfusion Blazor Charts component to handle user interactions and chart lifecycle changes.
55
platform: Blazor
66
control: Chart
77
documentation: ug
@@ -724,7 +724,7 @@ The following properties are available in the [AxisRangeCalculatedEventArgs](htt
724724

725725
## OnAxisMultiLevelLabelRender
726726

727-
[OnAxisMultiLevelLabelRender](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartEvents.html#Syncfusion_Blazor_Charts_ChartEvents_OnAxisMultiLevelLabelRender) event triggers while rendering multilevellabels.
727+
[OnAxisMultiLevelLabelRender](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartEvents.html#Syncfusion_Blazor_Charts_ChartEvents_OnAxisMultiLevelLabelRender) event triggers while rendering multilevel labels.
728728

729729
### Arguments
730730

@@ -1127,7 +1127,7 @@ The following properties are available in the [LegendClickEventArgs](https://hel
11271127

11281128
## OnMultiLevelLabelClick
11291129

1130-
[OnMultiLevelLabelClick](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartEvents.html#Syncfusion_Blazor_Charts_ChartEvents_OnMultiLevelLabelClick) event triggers after clicking on multilevellabelclick.
1130+
[OnMultiLevelLabelClick](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartEvents.html#Syncfusion_Blazor_Charts_ChartEvents_OnMultiLevelLabelClick) event triggers after clicking on multilevel label.
11311131

11321132
### Arguments
11331133

@@ -1403,7 +1403,7 @@ The following properties are available in the [TooltipRenderEventArgs](https://h
14031403

14041404
## SharedTooltipRender
14051405

1406-
[SharedTooltipRender](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartEvents.html#Syncfusion_Blazor_Charts_ChartEvents_SharedTooltipRender) event triggers before the sharedtooltip for series is rendered.
1406+
[SharedTooltipRender](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartEvents.html#Syncfusion_Blazor_Charts_ChartEvents_SharedTooltipRender) event triggers before the shared tooltip for series is rendered.
14071407

14081408
### Arguments
14091409

blazor/chart/how-to/add-remove.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Add or Remove Series in Blazor Charts Component | Syncfusion
4-
description: Check out and learn how to dynamically Add or Remove Series in Syncfusion Blazor Charts component.
4+
description: Learn to dynamically add or remove series in Syncfusion Blazor Charts component to update visualizations based on user input.
55
platform: Blazor
66
control: Chart
77
documentation: ug

blazor/chart/how-to/live-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Live Chart in Blazor Charts Component | Syncfusion
4-
description: Check out and learn how to implement live updating charts in Syncfusion Blazor Charts component.
4+
description: Learn to implement live updating charts in Syncfusion Blazor Charts using real time data binding and refresh logic.
55
platform: Blazor
66
control: Chart
77
documentation: ug

blazor/chart/how-to/threshold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Threshold in Chart in Blazor Charts Component | Syncfusion
4-
description: Check out and learn how to add and customize threshold in Syncfusion Blazor Charts component.
4+
description: Learn to add and customize thresholds in Syncfusion Blazor Charts to highlight critical data ranges and trigger alerts.
55
platform: Blazor
66
control: Chart
77
documentation: ug

0 commit comments

Comments
 (0)