Pre loader

Axis Labels when Resizing Window

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

Hi,
I noticed that when i resize the window, depending on window size, x axis labels auto-appear/auto-disappear.
How can i turn off this feature on the axis?

Thanks,
Aysan

  • You must to post comments
0
0

Hi Aysan,

This feature is called label culling. It is enabled by default in SciChart and when labels do not have enough space, then alternate labels are removed.

you can disable it with this line of code:

<NumericAxis IsLabelCullingEnabled="False"/>

// or 

var axis = new NumericAxis();
axis.IsLabelCullingEnabled = false;

Best regards,
Andrew

  • 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