ActiveReports 8
ChartType Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ChartType Enumeration

Glossary Item Box

Specifies the type of the chart.

Syntax

Visual Basic (Declaration) 
Public Enum ChartType 
   Inherits System.Enum
C# 
public enum ChartType : System.Enum 

Members

MemberDescription
AreaThe chart fills an area below a line to display values.
BarThe chart uses horizontal bars to display values.
BubbleThe chart uses bubbles to display values.
ColumnThe chart uses vertical bars to display values.
DotPlotDot plot chart type
DoughnutThe chart uses segments of a doughnut to display values to total 100%.
FunnelThe chart uses segments of a funnel to display values to total 100%.
GanttThe chart uses bars to display beginning and ending values.
KagiThe chart uses connected vertical lines of varying thicknesses to display values and reversals.
LineThe chart uses lines to display values.
PieThe chart uses wedges in a pie to display values to total 100%.
PointAndFigureThe chart uses Xs and Os to display rising or falling values.
PyramidThe chart uses segments of a pyramid to display values to total 100%.
RenkoThe chart uses bricks to display trends in values.
ScatterThe chart uses markers or points to display values.
StockThe chart uses sticks to display high, low, and closing (and opening) values.
ThreeLineBreakThe chart uses boxes to display rising or falling values which break the previous high or low value.

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also