I am creating a chart as a user control in WPF. For the Y axis header I had added a textbox. It is displayed in the vertical direction. User can edit the title. While clicking on the textbox, it should be rendered in horizontal direction over the chart plot area. After user entered the text it should be in the default vertical direction.
How can I achieve this?
I am creating a chart as a user control in WPF. For the Y
Share
You can rotate on focus styling your textboxes. Something like