enum class swtChartWrapper::Position
sys::Obj sys::Enum swtChartWrapper::Position
@Serializable { simple=true }
For describing position of items in chart.
- bottom
-
const static Position bottom := ...
- fromStr
-
static new fromStr(Str name, Bool checked := true)
Return the Position instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- left
-
const static Position left := ...
- right
-
const static Position right := ...
- top
-
const static Position top := ...
- vals
-
const static Position[] vals := ...
List of Position values indexed by ordinal