The Annotation API mentions adding borders and border colors to this annotation; however, I can find them. Do I need to create an annotation type of my own by extending from the TextAnnotationViewModel?
- Chris Kirkman asked 6 years ago
- You must login to post comments
Hi Chris
Well strictly speaking these are properties of the View, and not the ViewModel. They can be changed by applying a Style to the TextAnnotation itself.
Perhaps look at how the StyleKey property is used on the ViewModel types, for example here is how to style a series (Annotations are very similar)
Best regards,
Andrew
- Andrew Burnett-Thompson answered 6 years ago
-
That did it! Thanks.
- You must login to post comments
Please login first to submit.