ActiveReports 11
ChartSubtype Enumeration

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ChartSubtype Enumeration
Specifies the subtype of the chart. Different subtypes are available for each chart type.
Syntax
'Declaration
 
Public Enum ChartSubtype 
   Inherits System.Enum
public enum ChartSubtype : System.Enum 
Members
MemberDescription
CandlestickUsed with Stock chart types.
ExplodedUsed with Pie and Doughnut chart types.
HighLowCloseUsed with Stock chart types.
LineUsed with Scatter chart types.
OpenHighLowCloseUsed with Stock chart types.
PercentStackedUsed with Column, Bar, and Area chart types.
PlainUsed with Column, Bar, Line, Pie, Scatter, Bubble, Area, and Doughnut chart types.
SmoothUsed with Line chart types.
SmoothLineUsed with Scatter chart types.
StackedUsed with Column, Bar, and Area chart types.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.ChartSubtype

See Also

Reference

GrapeCity.ActiveReports.PageReportModel Namespace