/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.jtotus.gui.graph; /** * * @author house */ public enum GraphSeriesType { SIMPLELINE, SIMPLEBUBLE, SIMPLECANDLESTICK, SIMPLEDOT }