enum class swtChartWrapper::ErrorBarType
sys::Obj sys::Enum swtChartWrapper::ErrorBarType
@Serializable { simple=true }
Indicates which side the error bars should be shown.
- both
-
const static ErrorBarType both := ...
- fromStr
-
static new fromStr(Str name, Bool checked := true)
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 := ...
- plus
-
const static ErrorBarType plus := ...
- vals
-
const static ErrorBarType[] vals := ...
List of ErrorBarType values indexed by ordinal