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

In This Topic
    ChartSubtype Enumeration
    In This Topic
    Defines chart subtypes.
    Syntax
    'Declaration
     
    Public Enum ChartSubtype 
       Inherits System.Enum
    public enum ChartSubtype : System.Enum 
    Members
    MemberDescription
    CandlestickThe candle stick chart subtype.
    ExplodedThe exploded chart subtype.
    HighLowCloseThe high low close chart subtype.
    LineThe line chart subtype.
    OpenHighLowCloseThe open high low close chart subtype.
    PercentStackedThe percent stacked chart subtype.
    PlainThe plain chart subtype.
    SmoothThe smooth chart subtype.
    SmoothLineThe smooth line chart subtype.
    StackedThe stacked chart subtype.
    Inheritance Hierarchy

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

    See Also