Pre loader

Axis title orientation

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

Hello,
in SciChart Android the vertically-oriented axis title is displayed like this:
a1

I’d like to rotate the title -180 degrees, so that it looks like that (that is the default behaviour in SciChart iOS):
a2
Is there a way to achieve that?

Version
2.0.0.1884
  • You must to post comments
0
0

Hi Yura,
thank you for the answer. The VerticalFlipped enum item wasn’t available in SciChart version I was using. Updated the framework and applied, works as expected. Thanks!

  • You must to post comments
0
0

Hi Anna,

Thanks for your inquiry.

Well you can use AxisTitleOrientation property which is provided by all axis implementations. If you’re using our builder classes then code should look like this:

    IAxis yAxis = sciChartBuilder.newNumericAxis().withAxisTitle("Title").withAxisTitleOrientation(AxisTitleOrientation.VerticalFlipped).build();

Hope this will help you!

Best regards,
Yura

  • You must to post comments
Showing 2 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