Pre loader

1

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

All Answers » Re: Y-Axis Labelling Alignment and Margin Size » Comments for "Re: Y-Axis Labelling Alignment and Margin Size"
  • Marcela Guerra
    I am currently using version 2.2.2.2459. For 1, AxisTickLabelStyle doesn’t appear to have any effect. I’ve also tried updating to the latest version of scichart (version 4.0.0.4449) and it still has no effect. Upgrading to version 4.0.0.4449 has also caused a couple of extra issues. One of my graphs no longer shows any y-axis labels and the x-axis is no longer being formatted correctly.
  • Yura Khariton
    I took a look on issue #1. It looks like AxisTickLabelStyle works as it should ( it aligns rect used to render tick label with specified gravity ), but in case of multiline text it doesn’t help to achieve desired behavior, because it requires applying another alignment for text within tick label bounds. I’m sorry, but we don’t have exposed property for modifying this internal text alignment for now. I’m going to create a task to add it into our bugtracker
  • Yura Khariton
    Regarding issues after upgrade to v4 – can you provide a code that reproduces this issue so I can debug it?
  • Marcela Guerra
    I’ve attached a zip file that contains example code that reproduces the x axis issue. I’m able to reproduce the issue when using version 4.0.0.4449
  • Yura Khariton
    Hi Paul, unfortunately it shows 404 error when I try to download zip file. May I ask you to create a ticket (https://support.scichart.com/index.php?/Tickets/Submit) and attach it there?
  • Marcela Guerra
  • Marcela Guerra
    Hi Yura, is there some way that I can see the status of the ticket that you submitted this in this comment: “I took a look on issue #1. It looks like AxisTickLabelStyle works as it should ( it aligns rect used to render tick label with specified gravity ), but in case of multiline text it doesn’t help to achieve desired behavior, because it requires applying another alignment for text within tick label bounds. I’m sorry, but we don’t have exposed property for modifying this internal text alignment for now. I’m going to create a task to add it into our bugtracker”
  • Yura Khariton
    You can take a look on your ticket’s status on https://support.scichart.com/ ( you’ll need to login and there should be ‘My Tickets’ button on main page )
  • Marcela Guerra
    Hi Yura, I don’t see a ticket for the issue regarding the gravity of multi-line labels on a y-axis