Skip to content

Marbro1965/how-to-generate-series-of-identical-view-types-using-the-mvvm-binding-style-t513360

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

How to generate Series of identical view types using the MVVM binding style

This example demonstrates how to create series using their view-models. The XYDiagram2D.SeriesItemsSource property defines a collection of objects used to generate Series. To configure how the series view model is converted to a series on a chart, use the XYDiagram2D.SeriesItemTemplate property. In this example, the Template is used to generate identical series.

See also: How to generate Series of different view types using the MVVM binding style.

Description

To bind series view models to a chart, use the SeriesItemsSource property of a diagram. To configure how the series view model converts to a series on a chart, use SeriesItemTemplate or SeriesItemTemplateSelector. In this example, the Template is used to generate identical series.


About

.NET, WPF, DXCharts for WPF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%