enum class swtChartWrapper::PlotSymbolType

sys::Obj
  sys::Enum
    swtChartWrapper::PlotSymbolType

@Serializable { simple=true }

Source

Type of symbol to use when plotting points.

circle

const static PlotSymbolType circle := ...

Source

cross

const static PlotSymbolType cross := ...

Source

diamond

const static PlotSymbolType diamond := ...

Source

fromStr

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

Source

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

inverted_triangle

const static PlotSymbolType inverted_triangle := ...

Source

none

const static PlotSymbolType none := ...

Source

plus

const static PlotSymbolType plus := ...

Source

square

const static PlotSymbolType square := ...

Source

triangle

const static PlotSymbolType triangle := ...

Source

vals

const static PlotSymbolType[] vals := ...

Source

List of PlotSymbolType values indexed by ordinal