Skip to content

WPF-956869-Chart KB Sample and readme file updated #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,15 @@ It has been achieved by setting [Interior](https://help.syncfusion.com/cr/wpf/Sy

## Output:

![gradient colors for each series WPF Chart](Output.png)
![gradient colors for each series WPF Chart](Output.png)

KB article - [How to apply gradient colors for each series in WPF Chart](https://www.syncfusion.com/kb/11849/how-to-apply-gradient-colors-for-each-series-in-wpf-chart)
## 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 apply gradient colors for each series in WPF Chart](https://www.syncfusion.com/kb/11849/how-to-apply-gradient-colors-for-each-series-in-wpf-chart).

### See Also

Expand All @@ -60,4 +66,4 @@ KB article - [How to apply gradient colors for each series in WPF Chart](https:/

[How to change colors of specific data points in the chart](https://www.syncfusion.com/kb/10928/how-to-change-colors-of-specific-data-points-in-the-chart)

[How to add custom color model to series](https://www.syncfusion.com/kb/5480/how-to-add-custom-color-model-to-series)
[How to add custom color model to series](https://www.syncfusion.com/kb/5480/how-to-add-custom-color-model-to-series)
25 changes: 0 additions & 25 deletions Sample-WPF.sln

This file was deleted.

6 changes: 0 additions & 6 deletions Sample-WPF/App.config

This file was deleted.

31 changes: 0 additions & 31 deletions Sample-WPF/MainWindow.xaml.cs

This file was deleted.

55 changes: 0 additions & 55 deletions Sample-WPF/Properties/AssemblyInfo.cs

This file was deleted.

63 changes: 0 additions & 63 deletions Sample-WPF/Properties/Resources.Designer.cs

This file was deleted.

117 changes: 0 additions & 117 deletions Sample-WPF/Properties/Resources.resx

This file was deleted.

26 changes: 0 additions & 26 deletions Sample-WPF/Properties/Settings.Designer.cs

This file was deleted.

7 changes: 0 additions & 7 deletions Sample-WPF/Properties/Settings.settings

This file was deleted.

Loading