Class PathAnnotation
Sequence of lines to connect points e.g. of a ScatterSeries
public class PathAnnotation : IAnnotation
- Inheritance
-
PathAnnotation
- Implements
- Inherited Members
Properties
- BeforeSeries
True to add line before plotting series. Defaults to false
- LineColor
Color for the line that connects points
- LineRune
The symbol that gets drawn along the line, defaults to '.'
- Points
Points that should be connected. Lines will be drawn between points in the order they appear in the list
Methods
- Render(GraphView)
Draws lines connecting each of the Points