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

lecho.lib.hellocharts.gesture.ContainerScrollType Maven / Gradle / Ivy

package lecho.lib.hellocharts.gesture;

/**
 * Enum used to inform chart in which type of container it exists.
 */
public enum ContainerScrollType {
    HORIZONTAL, VERTICAL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy