Pre loader

Chart for WPF - How to set Axis interval

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

Axis in ChartControl sets the interval.
XAxis

Version
8
Images
  • You must to post comments
0
0

Hi Michael

Take a look at the following resources:

  • Set Axis.VisibleRange to set axis min, max (see docs)
  • Set Axis.MajorDelta, Axis.MinorDelta and Axis.AutoTicks to override gridline spacing (see docs)
  • See the TickProvider documentation for fine-grained programmatic control over the axis grid interval (see docs)

Best regards,
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.