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

In This Topic
    PlotChartSubtype Enumeration
    In This Topic
    Specifies the DV Chart plot chart subtype
    Syntax
    'Declaration
     
    Public Enum PlotChartSubtype 
       Inherits System.Enum
    public enum PlotChartSubtype : System.Enum 
    Members
    MemberDescription
    ClusteredChart values are dispalyed as clustered.
    PlainChart values are displayed as plain.
    StackedChart values are dispalyed as stacked.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DV.PlotChartSubtype

    See Also