Pre loader

Overview chart not centered vertically (gap at top but not bottom)

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

Another issue I’ve noticed with the overview chart is it puts about a 10% gap at the top of the chart but not at the bottom, see example image. I can live with that but I would love to fix it if possible.

Images
  • You must to post comments
0
0

Hi David,

Thank you for reporting this. You are right, there is 10% GrowBy set on the YAxis. We are going to investigate the reasons and fix the issue if possible.

For now, you could workaround it by setting GrowBy on Overview in a Loaded handler:

        private void OnLoaded(object sender, RoutedEventArgs e)
    {
        overview.BackgroundChartSurface.YAxis.GrowBy.Max = 0;
        overview.BackgroundChartSurface.ZoomExtents();
    }

Hope the above helps!

Best regards,
Yuriy

  • 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