Skip to content

Plot: AxisAuto() fails if margin argument is 1.0 #1682

@swharden

Description

@swharden

Reported in #450

private void numericUpDown1_ValueChanged(object sender, EventArgs e)
{
    formsPlot1.Plot.AxisAuto(horizontalMargin: (double)numericUpDown1.Value);
    formsPlot1.Refresh();
}

zoom-bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions