Skip to content

How to realize auto scale for y axis? #323

Closed Answered by patrickmichalik
makaronis asked this question in Questions
Discussion options

You must be logged in to vote

Hello! At the moment, this feature isn’t available. As I understand, you’re looking to implement it yourself. You can determine what entries are visible by using the width of the Chart bounds, the scroll amount, and HorizontalDimensions. HorizontalAxis, for example, calculates what x values are visible—see here. The intersection of this and the x values in the data set is what you’re looking for.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@makaronis
Comment options

@patrickmichalik
Comment options

Answer selected by makaronis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #313 on August 01, 2023 08:39.