-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Summary
Chart user should be able to "piggyback" their own calculations onto the built-in data traversal mechanism, e.g. a moving-average.
Actual Behavior
Not present.
Expected Behavior
Define the "function" via XAML, and somehow wire it into the yacc:Chart.DataSources element. Custom calculations should derive from a common base class.
Once wired in, a series can reference it in the usual way.
Additional Details
Integrate the calculated values via data binding.