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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2