Enum ChartType
Stay organized with collections Save and categorize content based on your preferences.
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
Property | Type | Description |
TIMELINE | Enum | Timeline chart. |
AREA | Enum | Area chart |
BAR | Enum | Bar chart |
BUBBLE | Enum | Bubble chart. |
CANDLESTICK | Enum | Candlestick chart. |
COLUMN | Enum | Column chart |
COMBO | Enum | Combo chart |
GAUGE | Enum | Gauge chart. |
GEO | Enum | Geo chart. |
HISTOGRAM | Enum | Histogram |
RADAR | Enum | Radar chart. |
LINE | Enum | Line chart |
ORG | Enum | Org chart. |
PIE | Enum | Pie chart |
SCATTER | Enum | Scatter chart |
SPARKLINE | Enum | Sparkline chart. |
STEPPED_AREA | Enum | Stepped area chart. |
TABLE | Enum | Table chart |
TREEMAP | Enum | Treemap chart. |
WATERFALL | Enum | Waterfall chart. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eTo call a specific chart type, use the format \u003ccode\u003eCharts.ChartType.[ChartType Name]\u003c/code\u003e, such as \u003ccode\u003eCharts.ChartType.TIMELINE\u003c/code\u003e for a timeline chart.\u003c/p\u003e\n"],["\u003cp\u003eEach chart type is represented by an \u003ccode\u003eEnum\u003c/code\u003e property within the \u003ccode\u003eCharts.ChartType\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["ChartType\n\nChart types supported by the Charts service.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCharts.ChartType.TIMELINE`. \n\nProperties\n\n| Property | Type | Description |\n|----------------|--------|---------------------|\n| `TIMELINE` | `Enum` | Timeline chart. |\n| `AREA` | `Enum` | Area chart |\n| `BAR` | `Enum` | Bar chart |\n| `BUBBLE` | `Enum` | Bubble chart. |\n| `CANDLESTICK` | `Enum` | Candlestick chart. |\n| `COLUMN` | `Enum` | Column chart |\n| `COMBO` | `Enum` | Combo chart |\n| `GAUGE` | `Enum` | Gauge chart. |\n| `GEO` | `Enum` | Geo chart. |\n| `HISTOGRAM` | `Enum` | Histogram |\n| `RADAR` | `Enum` | Radar chart. |\n| `LINE` | `Enum` | Line chart |\n| `ORG` | `Enum` | Org chart. |\n| `PIE` | `Enum` | Pie chart |\n| `SCATTER` | `Enum` | Scatter chart |\n| `SPARKLINE` | `Enum` | Sparkline chart. |\n| `STEPPED_AREA` | `Enum` | Stepped area chart. |\n| `TABLE` | `Enum` | Table chart |\n| `TREEMAP` | `Enum` | Treemap chart. |\n| `WATERFALL` | `Enum` | Waterfall chart. |"]]