enum class swtChartWrapper::Position

sys::Obj
  sys::Enum
    swtChartWrapper::Position

@Serializable { simple=true }

Source

For describing position of items in chart.

bottom

const static Position bottom := ...

Source

fromStr

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

Source

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 := ...

Source

const static Position right := ...

Source

top

const static Position top := ...

Source

vals

const static Position[] vals := ...

Source

List of Position values indexed by ordinal