ActiveReports 8
ChartSeriesPlotType Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ChartSeriesPlotType Enumeration

Glossary Item Box

Specifies whether the series is plotted as a line on a column chart.

Syntax

Visual Basic (Declaration) 
Public Enum ChartSeriesPlotType 
   Inherits System.Enum
C# 
public enum ChartSeriesPlotType : System.Enum 

Members

MemberDescription
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.
LineIndicates the series should be plotted as a line. Indicates that the series is plotted as a line.
PointIndicates the series should be plotted with points.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.ChartSeriesPlotType

Requirements

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

See Also