ActiveReports Developer 7
ChartSubtype Enumeration
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ChartSubtype Enumeration

Glossary Item Box

Specifies the subtype of the chart. Different subtypes are available for each chart type.

Syntax

Visual Basic (Declaration) 
Public Enum ChartSubtype 
   Inherits System.Enum
C# 
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