enum class swtChartWrapper::ErrorBarType

sys::Obj
  sys::Enum
    swtChartWrapper::ErrorBarType

@Serializable { simple=true }

Source

Indicates which side the error bars should be shown.

both

const static ErrorBarType both := ...

Source

fromStr

static new fromStr(Str name, Bool checked := true)

Source

Return the ErrorBarType instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

minus

const static ErrorBarType minus := ...

Source

plus

const static ErrorBarType plus := ...

Source

vals

const static ErrorBarType[] vals := ...

Source

List of ErrorBarType values indexed by ordinal