module

Cryplot::LineMixin(T)

Inherits Cryplot::BaseMixin

mixin used to attach line options to a type

Instance methods

dash_type(val : Int32)

Set the dash type of the underlying line object

Source
line_color(color : String)

Set the line color of the underlying line object.

Source
line_repr
Source
line_style(val : Int32)

Set the line style of the underlying line object

Source
line_type(val : Int32)

Set the line type of the underlying line object.

Source
line_width(val : Int32)

Set the line width of the underlying line object.

Source