Pre loader

How can you rotate the chart without rotating the "TooltipModifier"?

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

I’d like to rotate after I finish drawing the chart. So I rotated the chart in the following way. (0, 90, 180, 270 Degrees)

SciChart.LayoutTransform = new System.Windows.Media.RotateTransform(0, 0.5f, 0.5f);
SciChart.LayoutTransform = new System.Windows.Media.RotateTransform(90, 0.5f, 0.5f);
SciChart.LayoutTransform = new System.Windows.Media.RotateTransform(180, 0.5f, 0.5f);
SciChart.LayoutTransform = new System.Windows.Media.RotateTransform(270, 0.5f, 0.5f);

And then “TooltipModifier” was also rotated.
But I don’t want to rotate “TooltipModifier.”
When drawing a chart, use “CustomRenderSeries” to rotate using “AxisAlignment” to break the appearance of the chart.

How can you rotate the chart without rotating the “TooltipModifier”?

Version
4.0.1.7991
  • Andrew Burnett-Thompson
    Got a screenshot of the desired result and why you want to do this? Also — as a trial user, why are you using v4 and not v5.3?
  • You must to post comments
Showing 0 results
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies