Table of Contents

Property Points

Namespace
Terminal.Gui.Graphs
Assembly
Terminal.Gui.dll

Points

Points that should be connected. Lines will be drawn between points in the order they appear in the list

public List<PointF> Points { get; set; }

Property Value

List<PointF>