You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blazor/chart/events.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
3
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.
5
5
platform: Blazor
6
6
control: Chart
7
7
documentation: ug
@@ -724,7 +724,7 @@ The following properties are available in the [AxisRangeCalculatedEventArgs](htt
724
724
725
725
## OnAxisMultiLevelLabelRender
726
726
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.
728
728
729
729
### Arguments
730
730
@@ -1127,7 +1127,7 @@ The following properties are available in the [LegendClickEventArgs](https://hel
1127
1127
1128
1128
## OnMultiLevelLabelClick
1129
1129
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.
1131
1131
1132
1132
### Arguments
1133
1133
@@ -1403,7 +1403,7 @@ The following properties are available in the [TooltipRenderEventArgs](https://h
1403
1403
1404
1404
## SharedTooltipRender
1405
1405
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.
0 commit comments