001 package echopoint.style.google.chart;
002
003 /**
004 * The default style class for {@link echopoint.google.chart.ScatterPlot}
005 * components.
006 *
007 * @author Rakesh Vidyadharan 2009-05-20
008 * @version $Id: ScatterPlotStyle.java 204 2009-05-20 18:50:57Z sptrakesh $
009 */
010 public class ScatterPlotStyle extends AdvancedChartStyle
011 {
012 private static final long serialVersionUID = 1l;
013 }