ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / ChartSeriesPlotType Enumeration

In This Topic
    ChartSeriesPlotType Enumeration
    In This Topic
    Defines chart series plot types.
    Syntax
    'Declaration
     
    Public Enum ChartSeriesPlotType 
       Inherits System.Enum
    public enum ChartSeriesPlotType : System.Enum 
    Members
    MemberDescription
    AutoThe automatic plot type.
    LineThe line plot type.
    PointThe point plot type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.ChartSeriesPlotType

    See Also