escape-llc/yet-another-chart-component

ImageSource Marker series

Closed this issue · 0 comments

Summary

After reviewing the effort to make MarkerSeries handle different types of FrameworkElement for markers, it is decided to implement a separate series type.

Actual Behavior

Not available.

Expected Behavior

Have a marker series type with the marker tied to an ImageSource instead of Geometry. Internally, the component uses the Image element with an appropriate VM shim.

Additional Details

The main difficulty lies in properly recycling UI elements, which is complicated if they are not all the same class.

Also ties into legends. The IChartTheme must be extended to provide the default Image used.