From b7ee9eda0f11ace066b932b5cfc2ac6eab12aa45 Mon Sep 17 00:00:00 2001 From: IlamathiGovindaraj Date: Wed, 22 Jul 2026 19:09:16 +0530 Subject: [PATCH] 1040711: Fixed adaptors sample namespace issue in chart controls. --- blazor/chart/working-with-data.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blazor/chart/working-with-data.md b/blazor/chart/working-with-data.md index 452af29447..7e08883324 100644 --- a/blazor/chart/working-with-data.md +++ b/blazor/chart/working-with-data.md @@ -161,7 +161,7 @@ Assign service data as an instance of [SfDataManager](https://help.syncfusion.co @using System.Dynamic - + @@ -191,7 +191,7 @@ The [WebApiAdaptor](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data @using Syncfusion.Blazor.Charts - + @@ -214,7 +214,7 @@ The following sample code shows how to send parameters using the Query property @using Syncfusion.Blazor.Charts - +