scichart
Draw Text under some angle with specific font
I am trying to draw text inside columns of bar chart. In order to do that I am using DrawText of IRenderContext2D. But it does not allow me to specify angle under which text need to be rendered and also does not allow to specify font. I can't use annotations as they are WPF elements and will slow down my chart (I will have text for each column). Is it possible to do this?
I'm afraid as of v4.0, without changing the code base, there is no way to specify an angle when using IRenderContext2D.DrawText in SciChart
Related Links
Custom Label Provider: Can't override Init() method
SciChart went Maximum Plaid after updating to latest version
Limit for zooming out in SciChart
Two scicharts bound to the same SeriesSource, not updating
SciChart - legend marker not displayed in custom chart legend
Crashes loading surface when deployed on non-development machine
Draw Text under some angle with specific font
SciChart - LineArrowAnnotation not disappearing when visibility is set to false
Show Tooltip on top of Axis and Scroll bar
SciChart - showing labels for all ticks
Swap scroll bar and X axis labels
Rendering chart to bitmap in memory from IRenderableSeriesViewModel
SciChart - show hierarchical list in axis legend
SciChart - Accurate placement of rotated axis labels
SciChart ITickProvder.Init method is never called