Package com.google.gwt.visualization.client.visualizations.corechart

Controls the look and feel of several charts that share the "corechart" framework.

See:
          Description

Class Summary
AreaChart Area Chart visualization.
AxisOptions Common axis options used by core charts.
BarChart Visualization with horizontal bars showing the values.
ColumnChart Visualization displaying vertical bars for the values.
CoreChart Corechart Visualization consolidates: area chart, line chart, scatter chart, bar chart, column chart and pie charts.
HorizontalAxisOptions Specific horizontal axis options used by core charts.
LineChart Visualization that plots the data points on a coordinate plane and draws a line between the points.
Options Common options used by core charts.
PieChart Classic Pie Chart visualization.
PieChart.PieOptions Specific options used by pie charts.
ScatterChart Classic Pie Chart visualization.
TextStyle Text style specification for CoreChart Options.
 

Enum Summary
CoreChart.Type Available types for core charts.
 

Package com.google.gwt.visualization.client.visualizations.corechart Description

Controls the look and feel of several charts that share the "corechart" framework.

Contains updated charts and shared settings for the charts that share the "corechart" framework.