Specifies whether the series is plotted as a line on a column chart.
| Visual Basic (Declaration) | |
|---|---|
Public Enum ChartSeriesPlotType Inherits Enum | |
| C# | |
|---|---|
public enum ChartSeriesPlotType : Enum | |
| Member | Description |
|---|---|
| Auto |
Indicates the series should be plotted based off of the chart type.
The series is plotted based on the primary chart type. For example, the plot type for a column chart is columns. |
| Line |
Indicates the series should be plotted as a line.
Indicates that the series is plotted as a line. |
System.Object
System.ValueType
System.Enum
DataDynamics.Reports.ReportObjectModel.ChartSeriesPlotType