Pre loader

XAxis Labels

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

I am want to have a label on the x axis for each point in my series. I then want to use a label provide to customize that label. Is this possible. if so how do i do that.

Thanks

Version
4.2
  • You must to post comments
0
0

Yes it is possible,

You could either:

  1. Override TickProvider to customise the exact location of axis ticks and labels. This will also override gridline placement. Also it can result in cluttered labels if you have lots of points.

  2. Use VerticalLineAnnotation on the XAxis to place a marker at X-values and set the line colour to transparent. This is the simplest solution but isn’t the best performance if you need to show hundreds, or even thousands of labels.

  3. Dig into the source code (if you are a source-code customer) and draw directly on the Axis.ModifierCanvas, or Axis bitmap (a child of the Axis control used to draw tick lines)

Let me know if this helps,

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