Skip to content

Commit 1075ddf

Browse files
Updated read me and sample files
1 parent bab95d2 commit 1075ddf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Custom_BarChart/Custom_BarChart/Custom_BarChart.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
5+
<TargetFramework>net9.0-windows</TargetFramework>
66
<Nullable>enable</Nullable>
77
<UseWPF>true</UseWPF>
88
</PropertyGroup>

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to change the individual appearance of the WPF Bar Chart (SfChart)?
22

3-
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:
3+
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:
44

55
**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).
66

@@ -115,3 +115,11 @@ public class Model
115115
[Series customization in WPF SfChart](https://help.syncfusion.com/wpf/charts/seriescustomization)
116116

117117
[How-to-customize-the-chart-series-in-WPF-SfChart?](https://github.com/SyncfusionExamples/how-to-customize-the-chart-series-in-wpf-sfchart)
118+
119+
## Troubleshooting
120+
121+
#### Path too long exception
122+
123+
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.
124+
125+
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)

0 commit comments

Comments
 (0)