ActiveReports 12
ChartSeriesPlotType Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ChartSeriesPlotType Enumeration
Specifies whether the series is plotted as a line on a column chart.
Syntax
'Declaration
 
Public Enum ChartSeriesPlotType 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.PageReportModel Namespace