Add PathAnnotation.TextBackground properties (#1900)#1913
Add PathAnnotation.TextBackground properties (#1900)#1913VisualMelon merged 4 commits intooxyplot:developfrom
Conversation
|
@oxyplot/admins does this API look OK? Not wild about Any preference between |
|
Currently I would tend to leaving it at
|
|
Looking at this quickly now, I'm tempted again by |
|
Sounds good to me! |
Jonarw
left a comment
There was a problem hiding this comment.
All fine with me, if you're happy I think we can merge this :)

Fixes #1900 by adding properties to
PathAnnotationthat match the functionality ofTextAnnotation. Decided to not try to put everything inTextualAnnotationbecause there would be naming issues, as the same names are used inPathAnnotationandTextAnnotationalready for different purposes.Checklist
Changes proposed in this pull request:
PathAnnotation:TextBackgroundTextBackgroundStrokeTextBackgroundStrokeThicknessTextBackgroundPadding@colejonson66 suggested
Borderfor the stroke properties as an alternative toBackground, which may be a better name.@oxyplot/admins