Pre loader

Axis number labels when showing small increments

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

1
0

Hi,

Could you provide any advice on how to get the y axis tick labels in this case to display different numbers. The differentiation may be small, but the labels in this case are not helpful.

See attached.

Thanks,
Jason

Images
  • You must to post comments
1
0

Hi there,

This is due to the default textformatting. Please see NumericAxis.TextFormatting property

The default is set to “0.###” which means numbers with more than 3 decimal places will be formatted with only 3 decimal places.

To show numbers with higher precision, you will need to set NumericAxis.TextFormatting = “0.#########” (or choose your own .NET Formatting string).

Hope this helps,

Best regards,
Andrew

  • Spanish Geek
    Is it possible to make the numbers increment 0.25. Example: 0, 0.25, 0.5, 0.75, 1, 1.25, etc… ?
  • You must to post comments
Showing 1 result
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