Limiting overall chart viewing area

Need help in implementing some specific function to your LightningChart Ultimate powered application? Post a question and get code snippets from other LightningChart Ultimate community members.

Moderator: Queue Moderators

Post Reply
nhacker
Posts: 1
Joined: Tue Dec 20, 2016 8:37 pm

Limiting overall chart viewing area

Post by nhacker » Tue Dec 20, 2016 9:09 pm

Hi,

I am implementing something very similar to the ZoomBarChart example, however, I would like to limit how far the user is able to manually scroll (detailed chart) or drag the band (overview chart). My limits would be the start and end of the overall data series. Are there chart properties or a suggested method to accomplish this?

ArctionKestutis
Posts: 552
Joined: Mon Mar 14, 2016 9:22 am

Re: Limiting overall chart viewing area

Post by ArctionKestutis » Wed Dec 21, 2016 10:52 am

Hi,
Please use Band's properties MaxLimit and MinLimit together with Band.UseLimit=true.
All the best,
Kestutis

Post Reply