Hello,
I have created some ChartModifiers in a ModifierGroup in my ViewModel class (using Caliburn.Micro as MVVM framework, not code behind) and bound the group to my SciChartSurface in xaml. Now I want to apply some styles to my modfiers in xaml. Just creating styles with the specific target types don’t work so how do I do this?
- Roland D asked 5 years ago
- last edited 5 years ago
- You must login to post comments
Hi there!
Thank for your inquiry. I am sorry for the late reply.
You can use Implicit Styles for ChartModifiers set in the ViewModel class. You will only need to set TargetType in the Style declaration.
Please find the example project attached.
Hope this helps.
- Oleksandr Shvets answered 5 years ago
- You must login to post comments
Please login first to submit.