Skip to content

FAQ: How to create a custom plottable (plot type) #10

@swharden

Description

@swharden

Add a FAQ page demonstrating how to create a custom plot type (idea from ScottPlot/ScottPlot#1999)

Basic Steps to Create a Custom Plot Type

  • Create a CustomPlottable class that implements IPlottable
  • Instantiate your plottable: CustomPlottable myThing = new()
  • Add it to your plot formsPlot1.Plot.Add(myThing)

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