enum class swtChartWrapper::LineStyle
sys::Obj sys::Enum swtChartWrapper::LineStyle
@Serializable { simple=true }
Different choice of line styles.
- dash
-
const static LineStyle dash := ...
- dash_dot
-
const static LineStyle dash_dot := ...
- dash_dot_dot
-
const static LineStyle dash_dot_dot := ...
- dot
-
const static LineStyle dot := ...
- fromStr
-
static new fromStr(Str name, Bool checked := true)
Return the LineStyle instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- none
-
const static LineStyle none := ...
- solid
-
const static LineStyle solid := ...
- vals
-
const static LineStyle[] vals := ...
List of LineStyle values indexed by ordinal