| Visual Basic (Declaration) | |
|---|---|
Public Enum ChartType Inherits System.Enum | |
| C# | |
|---|---|
public enum ChartType : System.Enum | |
| Member | Description |
|---|---|
| Area | The chart fills an area below a line to display values. |
| Bar | The chart uses horizontal bars to display values. |
| Bubble | The chart uses bubbles to display values. |
| Column | The chart uses vertical bars to display values. |
| DotPlot | Dot plot chart type |
| Doughnut | The chart uses segments of a doughnut to display values to total 100%. |
| Funnel | The chart uses segments of a funnel to display values to total 100%. |
| Gantt | The chart uses bars to display beginning and ending values. |
| Kagi | The chart uses connected vertical lines of varying thicknesses to display values and reversals. |
| Line | The chart uses lines to display values. |
| Pie | The chart uses wedges in a pie to display values to total 100%. |
| PointAndFigure | The chart uses Xs and Os to display rising or falling values. |
| Pyramid | The chart uses segments of a pyramid to display values to total 100%. |
| Renko | The chart uses bricks to display trends in values. |
| Scatter | The chart uses markers or points to display values. |
| Stock | The chart uses sticks to display high, low, and closing (and opening) values. |
| ThreeLineBreak | The chart uses boxes to display rising or falling values which break the previous high or low value. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.ChartType