From ed661552bf81e6e7c630a27f7c22c2beeefe6f5e Mon Sep 17 00:00:00 2001 From: mohammednowfel4989 Date: Tue, 21 Apr 2026 19:22:39 +0530 Subject: [PATCH] 1022922: Updated ReadMe file of the project. --- README.md | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d250265..e5c230a 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,37 @@ # Adding Legends to Blazor Charts -This sample explains about how to add and customize a legend with its built-in options available in the Syncfusion Blazor Charts. It also includes the code snippet to position and align the legend, change the legend icon, highlight the selected series in the chart, and to animate the chart series. +This sample demonstrates how to add and customize legends in Syncfusion Blazor Charts using the built-in legend configuration options. It shows how legends can be positioned and aligned within the chart area, how legend icons can be customized, and how user interaction with legends can highlight the corresponding chart series. The sample also illustrates how chart series animations work together with legend interaction to improve data visualization and usability. -**Example**: https://blazor.syncfusion.com/demos/chart/column +The project is focused on providing practical guidance for developers who are building data-driven Blazor applications and want to enhance chart readability using legends. By following the examples in this project, developers can understand how legends contribute to better interpretation of chart data and how they can be tailored to match application requirements. -**Documentation**: https://blazor.syncfusion.com/documentation/chart/legend +## Features + +- Add legends to Blazor charts using built-in Syncfusion options +- Customize legend position and alignment +- Configure legend icons for better visual clarity +- Highlight selected series through legend interaction +- Apply animation effects to chart series ## Prerequisites -* Visual Studio 2022 +To work with this sample, ensure the following requirements are met: + +- Visual Studio 2022 +- .NET SDK compatible with Blazor applications +- Basic knowledge of Blazor components and C# + +## How to Run the Project + +1. Check out this project to a local directory on your system. +2. Open the solution file using Visual Studio 2022. +3. Restore the required NuGet packages by rebuilding the solution. +4. Run the project to view the Blazor chart legend customization in action. + +## Usage + +Use this sample as a reference when implementing legends in your own Blazor chart applications. You can adapt the demonstrated legend settings to control visibility, alignment, and interaction behavior based on your application’s needs. -## How to run the project +## Additional Resources -* Checkout this project to a location in your disk. -* Open the solution file using the Visual Studio 2022. -* Restore the NuGet packages by rebuilding the solution. -* Run the project. \ No newline at end of file +- **Example**: https://blazor.syncfusion.com/demos/chart/column +- **Documentation**: https://blazor.syncfusion.com/documentation/chart/legend \ No newline at end of file