I have created a CustomControl that have scichart surface which draws a FastLineRenderableSeries and some other controls like buttons etc for controlling how data is displayed.
I have some dependecy properties like
– VisibleRange
– Horizontal and vertical Anotations values
as well as the XyDataSeries<double,double>
When I use the control in a window I can data bind to a viewmodel and VisibleRange and the annotations are fine but not the update of the XyDataSeries.
Any ideas?
- persvensson asked 3 years ago
- You must login to post comments
Found the issue, had created an instance of the serie in the custom control without seeing it 😉
- persvensson answered 3 years ago
- You must login to post comments
Please login first to submit.