[]
Specifies whether the series is plotted as a line for column charts.
public enum ChartSeriesPlotType
| Name | Description |
|---|---|
| Auto | Indicates that the series is plotted based off on the primary chart type. For example, the plot type for a column chart is columns. |
| Line | Indicates that the series is plotted as a line. |
| Point | Indicates that the series should be plotted with points. |