Enum: LineType

An enum that allows user to control the display of dataset with respect to showing lines and markers on the chart.

Fields

Name Description
LinesAndMarkers A line type option to display both dataset lines and markers. This is the default setting when no LineType is chosen by the user for a dataset.
LinesOnly A line type option to display only the dataset line, and no markers.
MarkersOnly A line type option to display only dataset markers.