Interface IPie

  • All Superinterfaces:
    IValueSeries

    public interface IPie
    extends IValueSeries
    Represents Pie series of a Chart in the scripting environment
    • Method Detail

      • getMinSlice

        double getMinSlice()
        Gets the minimum value that will be included in Min Slice
        Returns:
        the minimum value
      • setMinSlice

        void setMinSlice​(double value)
        Sets the minimum value that will be included in Min Slice
        Parameters:
        value - the minimum value
      • getMinSliceLabel

        java.lang.String getMinSliceLabel()
        Gets the label of Min slice
        Returns:
        label
      • setMinSliceLabel

        void setMinSliceLabel​(java.lang.String label)
        Sets the label of Min slice
        Parameters:
        label - label
      • getExplosionExpr

        java.lang.String getExplosionExpr()
        Gets the expression that will be used to query when the slice explodes
        Returns:
        the expression
      • setExplosionExpr

        void setExplosionExpr​(java.lang.String expr)
        Sets the expression that will be used to query when the slice explodes
        Parameters:
        expr - the expression