Pre loader

Scrollbar with no zoom

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

Hello,

Is it possible to have a scrollbar on an Axis that doesn’t have the Zoom handles?

I have a lot of data(potentially 8 hours of data at 24000 samples per second. I have implemented reading from a binary file based on the visible Range, and so now I have the ability to define an Axis of some length and let the scrollbar define the visible range. The trouble I have is that if I am looking at a section of interest which tends to be only 1-2 minutes of data, the scroll thumb gets covered by the zoom grips, rendering it unusable.

I would like to control the zoom level externally, using my ViewModel, but still maintain the scrollbar functionality.

Thoughts?

Thanks,
Mike.

Version
4.0.6.8578
  • You must to post comments
1
0

So, right after I sent this question, I had an epiphany, and solved it myself. For others who might be interested…

<s:SciChartScrollbar >
    <s:SciChartScrollbar.GripsStyle>
        <Style TargetType="s:ScrollbarResizeGrip">
            <Setter Property="Visibility" Value="Collapsed"/>
        </Style>
    </s:SciChartScrollbar.GripsStyle>
</s:SciChartScrollbar>

It works great.

Thanks for nothing :+)

Mike.

  • 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