ActiveReports Developer 7
ChartSeriesPlotType Enumeration
See Also 
GrapeCity.ActiveReports.v7 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

See Also