Skip to content
Merged
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# How to generate dynamic number of series based on items source in WPF Chart (SfChart)?

You can generate dynamic number of series by extending the [WPF Chart](https://www.syncfusion.com/wpf-controls/charts) (inheriting SfChart) and providing it with the SeriesTemplate (for customizing series type and its properties) and Source properties.
You can generate dynamic number of series by extending the [WPF Chart](https://www.syncfusion.com/wpf-controls/charts) (inheriting SfChart) and providing it with the SeriesTemplate (for customizing series type and its properties) and Source properties.

KB article - [How to generate dynamic number of series based on items source in WPF Chart (SfChart)?](https://www.syncfusion.com/kb/7578/how-to-generate-dynamic-number-of-series-based-on-common-items-source-in-wpf-chart-sfchart)