From 1075ddfbb37c4f6f8ca55b5e69178ea80132813f Mon Sep 17 00:00:00 2001 From: Priyadharshini-Sf4862 Date: Fri, 16 May 2025 15:32:15 +0530 Subject: [PATCH 1/2] Updated read me and sample files --- Custom_BarChart/Custom_BarChart/Custom_BarChart.csproj | 2 +- README.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Custom_BarChart/Custom_BarChart/Custom_BarChart.csproj b/Custom_BarChart/Custom_BarChart/Custom_BarChart.csproj index 71a107e..6a334a2 100644 --- a/Custom_BarChart/Custom_BarChart/Custom_BarChart.csproj +++ b/Custom_BarChart/Custom_BarChart/Custom_BarChart.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net9.0-windows enable true diff --git a/README.md b/README.md index ed48904..9879b6d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # How to change the individual appearance of the WPF Bar Chart (SfChart)? -This article describes how to change the individual appearance(color) of bar segment based on the corresponding YValues in WPF SfChart by following these steps: +This article describes how to change the individual appearance(color) of bar segment based on the corresponding YValues in [WPF SfChart](https://www.syncfusion.com/wpf-controls/charts) by following these steps: **Step 1:** To change color for specific data point in chart you can refer this [KB article](https://www.syncfusion.com/kb/10928/how-to-change-colors-of-specific-data-points-in-the-chart). @@ -115,3 +115,11 @@ public class Model [Series customization in WPF SfChart](https://help.syncfusion.com/wpf/charts/seriescustomization) [How-to-customize-the-chart-series-in-WPF-SfChart?](https://github.com/SyncfusionExamples/how-to-customize-the-chart-series-in-wpf-sfchart) + +## Troubleshooting + +#### Path too long exception + +If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project. + +For more details, refer to the KB on [How to change the individual appearance of the WPF Bar Chart (SfChart)?](https://support.syncfusion.com/kb/article/12186/how-to-customize-the-individual-appearance-of-the-wpf-bar-chart-sfchart) From 07d2ec09c4f23a9cb4e22c43524e87aa4ef51033 Mon Sep 17 00:00:00 2001 From: Priyadharshini-Sf4862 Date: Mon, 9 Jun 2025 12:20:05 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9879b6d..39691bd 100644 --- a/README.md +++ b/README.md @@ -122,4 +122,4 @@ public class Model If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project. -For more details, refer to the KB on [How to change the individual appearance of the WPF Bar Chart (SfChart)?](https://support.syncfusion.com/kb/article/12186/how-to-customize-the-individual-appearance-of-the-wpf-bar-chart-sfchart) +For more details, refer to the KB on [How to change the individual appearance of the WPF Bar Chart (SfChart)](https://support.syncfusion.com/kb/article/12186/how-to-customize-the-individual-appearance-of-the-wpf-bar-chart-sfchart)