All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.digilabs.jqplot.elements.TooltipAxes Maven / Gradle / Ivy

package br.com.digilabs.jqplot.elements;

/**
 * @author balamaci
 */
public enum TooltipAxes {

    x,
    y,
    both,
    xy,
    yx
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy