enum class swtChartWrapper::LineStyle

sys::Obj
  sys::Enum
    swtChartWrapper::LineStyle

@Serializable { simple=true }

Source

Different choice of line styles.

dash

const static LineStyle dash := ...

Source

dash_dot

const static LineStyle dash_dot := ...

Source

dash_dot_dot

const static LineStyle dash_dot_dot := ...

Source

dot

const static LineStyle dot := ...

Source

fromStr

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

Source

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

Source

solid

const static LineStyle solid := ...

Source

vals

const static LineStyle[] vals := ...

Source

List of LineStyle values indexed by ordinal