ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ChartSeriesPlotType Enumeration

In This Topic
    ChartSeriesPlotType Enumeration
    In This Topic
    Specifies whether the series is plotted as a line for column charts. 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
    AutoIndicates the series should be plotted based off of 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