ods-charts
    Preparing search index...

    Enumeration ODSChartsLineStyle

    ODSChartsLineStyle is used to define the line style in line charts.

    Index

    Enumeration Members

    BROKEN: "broken"

    Broken line style (straight lines between points).

    BROKEN_WITH_POINTS: "brokenWithPoints"

    Broken line style with points displayed.

    POINTS: "points"

    Only points displayed, no line.

    SMOOTH: "smooth"

    Smooth line style (curved lines between points).

    SMOOTH_WITH_POINTS: "smoothWithPoints"

    Smooth line style with points displayed.

    WITH_POINTS: "withPoints"

    Equivalent to ODSChartsLineStyle.BROKEN_WITH_POINTS. kept for retrocompatibility.

    Use new value option ODSChartsLineStyle.BROKEN_WITH_POINTS.