com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IUpDownBarsManager

  • All Known Implementing Classes:
    UpDownBarsManager


    public interface IUpDownBarsManager

    Provide access to up/down bars of Line- or Stock-chart.

    • Method Detail

      • getUpBarsFormat

        IFormat getUpBarsFormat()

        Returns format of the up bars. Read-only IFormat.

      • getDownBarsFormat

        IFormat getDownBarsFormat()

        Returns format of the down bars. Read-only IFormat.

      • hasUpDownBars

        boolean hasUpDownBars()

        Determines whether the chart has up/down bars. Read/write boolean.

      • setUpDownBars

        void setUpDownBars(boolean value)

        Determines whether the chart has up/down bars. Read/write boolean.

      • getGapWidth

        int getGapWidth()

        Returns or sets gap width. Read/write int.

      • setGapWidth

        void setGapWidth(int value)

        Returns or sets gap width. Read/write int.