![JAR search and dependency download from the Maven repository](/logo.png)
org.meteoinfo.chart.plot.ChartPlotMethod Maven / Gradle / Ivy
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.meteoinfo.chart.plot;
/**
*
* @author yaqiang
*/
public enum ChartPlotMethod {
LINE,
BAR,
POINT,
LINE_POINT,
FILL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy