Skip to content

AxisLine: Text should respect Label alignment #3624

@swharden

Description

@swharden

issue originated from an email from "Kyle"

namespace Sandbox.WinForms;

public partial class Form1 : Form
{
    public Form1()
    {
        InitializeComponent();

        var f = formsPlot1.Plot.Add.VerticalLine(42);
        f.Text = "Hi Kyle";
        f.Label.Rotation = -45;
        f.Label.Alignment = ScottPlot.Alignment.LowerLeft;
    }
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Help WantedScott won't do this soon, but PRs from the community are welcome!⚠️ HIGH PRIORITY

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions