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

de.gsi.chart.renderer.LineStyle Maven / Gradle / Ivy

package de.gsi.chart.renderer;

public enum LineStyle {
    NONE,
    NORMAL,
    AREA,
    ZERO_ORDER_HOLDER,
    STAIR_CASE, // aka. ZERO-ORDER_HOLDER
    HISTOGRAM,
    HISTOGRAM_FILLED, // similar to area but enclosing histogram style-type bars
    BEZIER_CURVE // smooth Bezier-type curve - beware this can be slow for many data points
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy