Enum ChartType

  • The Charts service supports a variety of chart types, including timeline, area, bar, bubble, candlestick, column, combo, gauge, geo, histogram, radar, line, org, pie, scatter, sparkline, stepped area, table, treemap, and waterfall charts.

  • To call a specific chart type, use the format Charts.ChartType.[ChartType Name], such as Charts.ChartType.TIMELINE for a timeline chart.

  • Each chart type is represented by an Enum property within the Charts.ChartType class.

ChartType

Chart types supported by the Charts service.

To call an enum, you call its parent class, name, and property. For example, Charts.ChartType.TIMELINE.

Properties

PropertyTypeDescription
TIMELINEEnumTimeline chart.
AREAEnumArea chart
BAREnumBar chart
BUBBLEEnumBubble chart.
CANDLESTICKEnumCandlestick chart.
COLUMNEnumColumn chart
COMBOEnumCombo chart
GAUGEEnumGauge chart.
GEOEnumGeo chart.
HISTOGRAMEnumHistogram
RADAREnumRadar chart.
LINEEnumLine chart
ORGEnumOrg chart.
PIEEnumPie chart
SCATTEREnumScatter chart
SPARKLINEEnumSparkline chart.
STEPPED_AREAEnumStepped area chart.
TABLEEnumTable chart
TREEMAPEnumTreemap chart.
WATERFALLEnumWaterfall chart.