Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct Implementation of X-Axis RangeSlider #383

Open
mg-yolo-enterprises opened this issue Nov 2, 2023 · 0 comments
Open

Correct Implementation of X-Axis RangeSlider #383

mg-yolo-enterprises opened this issue Nov 2, 2023 · 0 comments

Comments

@mg-yolo-enterprises
Copy link

I couldn't find an example for coding up an x-axis RangeSlider, which is really handy addition to any large time series scatter chart.

With a little trial and error (and some experience with Plotly.NET) I was able to get it working with
Layout layout = new(){XAxis = new List<XAxis>{new(){RangeSlider = new RangeSlider()}}};

And I just wanted to verify this was the correct way to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant