asposecells.api

Class ErrorBarType

Utility class containing constants. Represents error bar amount type.

Field Summary
const  intCUSTOM
InnerCustom value type.
const  intFIXED_VALUE
Fixed value type.
const  intPERCENT
Percentage type
const  intST_DEV
Standard deviation type.
const  intST_ERROR
Standard error type.
 

    • Field Detail

      • CUSTOM

        const int CUSTOM
        InnerCustom value type.
      • FIXED_VALUE

        const int FIXED_VALUE
        Fixed value type.
      • PERCENT

        const int PERCENT
        Percentage type
      • ST_DEV

        const int ST_DEV
        Standard deviation type.
      • ST_ERROR

        const int ST_ERROR
        Standard error type.