Pre loader

Gridline's label

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, guys

Please take look at:
http://prntscr.com/gmmib5

So my question is

Is there a way to highlight a line of a gridlines to which the label belong? It can be a color changed or something similar that can be easily perceived by the user.

Best regards,
Sushynski Andrei

Version
2.0
  • You must to post comments
0
0

Good day

Labels are bound to major grid lines on chart area and major ticks on axis area.
You can change it’s style via properties
axis.style.majorGridLineBrush
axis.style.majorTickBrush

But it can be the case when all the lines on your screenshot are major. In that case overlapping labels are culled and you can’t say what label left on screen.
You might want to enable minor grid lines and change axis’ properties to keep grid look the same. You can change
axis.minorsPerMajor
axis.maxAutoTicks
Or you can implement your own axis tick provider

Best regards
Andrii
SciChart iOS Developer

  • 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