| Visual Basic (Declaration) | |
|---|---|
Public Enum ChartSeriesPlotType Inherits System.Enum | |
| C# | |
|---|---|
public enum ChartSeriesPlotType : System.Enum | |
| Member | Description |
|---|---|
| Auto |
Indicates the series should be plotted based on 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. |
| Point | Indicates the series should be plotted with points. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.ChartSeriesPlotType