| Visual Basic (Declaration) | |
|---|---|
Public Enum ChartSubtype Inherits System.Enum | |
| C# | |
|---|---|
public enum ChartSubtype : System.Enum | |
| Member | Description |
|---|---|
| Candlestick | Used with Stock chart types. |
| Exploded | Used with Pie and Doughnut chart types. |
| HighLowClose | Used with Stock chart types. |
| Line | Used with Scatter chart types. |
| OpenHighLowClose | Used with Stock chart types. |
| PercentStacked | Used with Column, Bar, and Area chart types. |
| Plain | Used with Column, Bar, Line, Pie, Scatter, Bubble, Area, and Doughnut chart types. |
| Smooth | Used with Line chart types. |
| SmoothLine | Used with Scatter chart types. |
| Stacked | Used with Column, Bar, and Area chart types. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.ChartSubtype