ActiveReports 12
ChartSubtype Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace : ChartSubtype Enumeration
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

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace