Class ScatterChart

Object
ObjectIdentity
AbstractBuilder
All Implemented Interfaces:
CanDoLogarithmicAxis, CanDrillDown, CanZoom, Portlet, Portlet

public class ScatterChart extends AbstractChartBuilder<ScatterChart> implements CanDoLogarithmicAxis, CanDrillDown, CanZoom
Builder for a Scatter Chart, obtained via ChartBuilder.newScatter() rather than instantiated directly. See that factory method for how this chart plots two independent measures against each other and a Groovy example.

Methods of this class are mostly self-explanatory or equivalent to the Highcharts methods described at HighCharts.Chart.

See Also: