Skip to content

DataLogger ViewSlide() does not work as expected when using right axes #3637

@jpgarza93

Description

@jpgarza93

Issue:
When I add a right Axis to my plot the DataLogger.ViewSlide() stops working as expected.

ScottPlot Version:
5.0.25

Code Sample:
To reproduce, I added the last 2 lines in your demo datalogger file

Logger = formsPlot1.Plot.Add.DataLogger();

var axis = formsPlot1.Plot.Axes.AddRightAxis();
Logger.Axes.YAxis = axis;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions