Skip to content

Commit a3259ff

Browse files
Merge pull request #2 from 9629976110/patch-1
How to generate dynamic number of series based on items source in WPF Chart (SfChart)
2 parents fefead4 + 332dc43 commit a3259ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# How to generate dynamic number of series based on items source in WPF Chart (SfChart)?
22

3-
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.
3+
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.
4+
5+
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)

0 commit comments

Comments
 (0)