enum class swtChartWrapper::PlotSymbolType
sys::Obj sys::Enum swtChartWrapper::PlotSymbolType
@Serializable { simple=true }
Type of symbol to use when plotting points.
- circle
-
const static PlotSymbolType circle := ...
- cross
-
const static PlotSymbolType cross := ...
- diamond
-
const static PlotSymbolType diamond := ...
- fromStr
-
static new fromStr(Str name, Bool checked := true)
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 := ...
- none
-
const static PlotSymbolType none := ...
- plus
-
const static PlotSymbolType plus := ...
- square
-
const static PlotSymbolType square := ...
- triangle
-
const static PlotSymbolType triangle := ...
- vals
-
const static PlotSymbolType[] vals := ...
List of PlotSymbolType values indexed by ordinal