aspose.cells

Class ErrorBarType

Utility class containing constants. Represents error bar amount type.

Field Summary
const  NumberCUSTOM
InnerCustom value type.
const  NumberFIXED_VALUE
Fixed value type.
const  NumberPERCENT
Percentage type
const  NumberST_DEV
Standard deviation type.
const  NumberST_ERROR
Standard error type.
 

    • Field Detail

      • CUSTOM

        const Number CUSTOM
        InnerCustom value type.
      • FIXED_VALUE

        const Number FIXED_VALUE
        Fixed value type.
      • PERCENT

        const Number PERCENT
        Percentage type
      • ST_DEV

        const Number ST_DEV
        Standard deviation type.
      • ST_ERROR

        const Number ST_ERROR
        Standard error type.