Skip to content

LinePlot: Add CoordinateLine property #4274

@swharden

Description

@swharden

Right now the Line plot type only defines a start and end as distinct coordinates

public Coordinates Start { get; set; }
public Coordinates End { get; set; }

We have have a CoordinateLine primitive. It could be added to this plot type with a getter and setter that references the existing Coordiantes

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First IssueThis issue has limited complexity and may be a good start for new contributorsHelp 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