Path Template
Closed this issue · 0 comments
escape-llc commented
Summary
To facilitate #59 and #46, it would help if the Path
created by different series types came from a DataTemplate
under the user's control.
Actual Behavior
The Path
is created via hard-coded default constructor.
Expected Behavior
Be able to create the Path
via the Theme
or the PathTemplate
property.
Additional Details
Use a Style
to apply a RenderTransform
that can be the target of Storyboard
animations.