Pre loader

NumericAxis MajorStartIndex

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 need numAxis.MajorStartIndex = 1;

XValue is sequentially

 public class CustomAxis : NumericAxis
    {
        public override string FormatText(IComparable value)
        {
         ...
        }
    }
Images
  • You must to post comments
0
0

Hello there,

Currently I’m afraid there’s no way to do this. You could take a look at this topic XAxis MajorGridLines start date. I believe we will have this feature in SciChart 2.0 for few people were asking about it.

Best regards,
Yuriy

  • You must to post comments
0
0

Update June 2014: TickProvider API

As an update for interested parties, it is now possible to configure the exact output of the Axis (configure which GridLines, TickMarks, TickLabels) by using the TickProvider API.

We have a similar answer on Configuring the Axis Ticks here.

Also a KB article on Advanced Tick Frequency Overriding using the TickProvider API which is new to SciChart v3.0.

Hope this helps

  • You must to post comments
Showing 2 results
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