Class LinePlot

The LinePlot class is derived from the Plot2D class. The additional methods of the LinePlot class are

AddVar
Adds a new Y variable.

ConnectPoints
Controls whether points for a Y variable are connected by line segments.

Create
Creates a line plot.

CreateWithGroup
Creates a line plot with one or more group variables.

GetNumLines
Gets the number of lines in the plot.

SetLineAttributes
Sets the color, style, and width of a line.

SetLineColor
Sets the color of a line.

SetLineMarkerShape
Sets the shape of markers for a Y variable.

SetLineStyle
Sets the style of a line.

SetLineWidth
Sets the width of a line.

ShowPoints
Shows or hides the markers for a Y variable.

SortPoints
Controls whether points for a Y variable are sorted by the X axis variable.